Skip to content

Commit

Permalink
Updated .travis.yml (#938)
Browse files Browse the repository at this point in the history
  • Loading branch information
delvedor committed Aug 9, 2019
1 parent 8d4aa03 commit c790fae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ install:

script:
- 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:
email:
Expand Down

0 comments on commit c790fae

Please sign in to comment.