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
before_install:
- npm install --global nyc mocha typescript
- npm install --global nyc mocha typescript rimraf
install:
- npm install
script:
- npm run clean
- npm run build
- npm run build-docs
- npm run tslit
- npm run coveralls
script:
branches:
only:
- master