diff --git a/.travis.yml b/.travis.yml index c758e287..18fce476 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,10 @@ language: node_js node_js: - - "4.1" - - "4.0" - - "0.12" - - "0.10" - "iojs" + - "4" + - "6" + - "8" + - "10" notifications: email: on_success: never