CI in progress.
This commit is contained in:
parent
a6ff182aa8
commit
dcc2dde8d5
1 changed files with 4 additions and 5 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue