From 151a1cff549c45d499ee8246725e476d113c516c Mon Sep 17 00:00:00 2001 From: delvedor Date: Fri, 9 Aug 2019 12:28:08 +0200 Subject: [PATCH 1/2] Updated scripts --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 662d05671..591d05b87 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 test:lint + - npm run test:coverage + - npm run test:types notifications: email: From a40e0be654b6529af0de89b2067af4fe37d4d8ce Mon Sep 17 00:00:00 2001 From: delvedor Date: Fri, 9 Aug 2019 12:35:07 +0200 Subject: [PATCH 2/2] Fix script --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 591d05b87..4d23cb3c6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ install: script: - if [ "$TRAVIS_OS_NAME" = "linux" ]; then npm run license-checker; fi - - npm run test:lint + - npm run lint - npm run test:coverage - npm run test:types