From c790fae5f1aaf64f88995eeadd4d1670fc0ba0a2 Mon Sep 17 00:00:00 2001 From: Tomas Della Vedova Date: Fri, 9 Aug 2019 14:07:47 +0200 Subject: [PATCH] Updated .travis.yml (#938) --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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: