diff --git a/.travis.yml b/.travis.yml index 3c30d99..422e21b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -50,8 +50,6 @@ install: fi script: - npm run lint -- npm run test:ci -- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then npm run test:coverage; fi - if test -z "$TRAVIS_TAG"; then npm run make; fi after_success: if test -n "$TRAVIS_TAG"; then npm run publish; fi