diff --git a/.travis.yml b/.travis.yml index 45d1c2e..9681d1d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: node_js node_js: - 0.10 - 0.12 - - iojs + - 4 sudo: false @@ -22,5 +22,5 @@ branches: #after_success: # - npm run coveralls -after_success: - - cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js \ No newline at end of file +#after_success: +# - cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js \ No newline at end of file