diff --git a/.travis.yml b/.travis.yml index c075309..a3bcd36 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,6 @@ notifications: on_failure: change node_js: - - "0.10" + - "stable" after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"