Updated .travis.yml (#938)
This commit is contained in:
committed by
delvedor
parent
8d4aa038be
commit
c790fae5f1
@ -17,7 +17,9 @@ install:
|
|||||||
|
|
||||||
script:
|
script:
|
||||||
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then npm run license-checker; fi
|
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then npm run license-checker; fi
|
||||||
- npm run test
|
- npm run lint
|
||||||
|
- npm run test:coverage
|
||||||
|
- npm run test:types
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
|
|||||||
Reference in New Issue
Block a user