diff --git a/.travis.yml b/.travis.yml index 4212ebe..a2dc125 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,7 @@ language: node_js node_js: - - "0.10" - - "0.12" - - "iojs" + - 4 + - 6 after_script: - "cat coverage/lcov.info | ./node_modules/.bin/coveralls" notifications: