CI in progress.

This commit is contained in:
Rodrigo Rodriguez (pragmatismo.io) 2018-11-11 18:06:22 -02:00
parent a6ff182aa8
commit dcc2dde8d5

View file

@ -8,20 +8,19 @@ notifications:
email: false email: false
before_install: before_install:
- npm install --global nyc mocha typescript - npm install --global nyc mocha typescript rimraf
install: install:
- npm install
script:
- npm run clean - npm run clean
- npm run build - npm run build
- npm run build-docs - npm run build-docs
- npm run tslit - npm run tslit
- npm run coveralls - npm run coveralls
script:
branches: branches:
only: only:
- master - master