diff --git a/.travis.yml b/.travis.yml index 9a5a3f06..acf645b6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,10 +4,11 @@ cache: directories: - node_modules node_js: + - "4.1" + - "4.0" - "0.12" - "0.11" - "0.10" - "iojs" - - "iojs-v1.0.4" after_success: - codeclimate-test-reporter < coverage/lcov.info