diff --git a/.travis.yml b/.travis.yml index 5a864d072..d3b6cb206 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,8 +8,8 @@ install: - npm ci - git config --global user.email "travis@travis-ci.org" - git config --global user.name "Travis CI" -script: npm run test:travis -after_success: +script: +- npm run test:travis - npm run coveralls before_deploy: - cd gulp