diff --git a/.travis.yml b/.travis.yml index 817d5a84..ef79766f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,7 @@ cache: directories: - node_modules script: - - npm run test:cov && npm run test:sauce + - npm run test:cov + - npm run test:sauce after_script: - npm install coveralls && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage