diff --git a/.travis.yml b/.travis.yml index 662d05671..4d23cb3c6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: