diff --git a/.travis.yml b/.travis.yml index e1bcee1..b32e1e7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,10 @@ language: node_js before_script: npm install -g npm@latest node_js: - - '0.8' - '0.10' - '0.12' - - 'iojs' + - 4 + - 6 + - 8 + - 10 + - 12