diff --git a/.travis.yml b/.travis.yml index dcbf208..a0e0a4b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,9 @@ sudo: false language: node_js node_js: - - '0.10' - - '0.12' - - 'iojs' + - '6' + - '7' + - 'node' notifications: email: on_success: change