diff --git a/.travis.yml b/.travis.yml index db2914de..18d619a7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,6 @@ cache: - node_modules script: - npm run test:cov - - npm run test:sauce + #- npm run test:sauce after_script: - npm install coveralls && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage \ No newline at end of file