Updated .travis.yml (#938)
This commit is contained in:
committed by
delvedor
parent
b91ff8a6cc
commit
610bf851d2
@ -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