diff --git a/.travis.yml b/.travis.yml index 5ea8c6b..5db87c7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ language: node_js node_js: - "0.12" - - "iojs" + - "iojs-v1" + - "iojs-v2" script: "make test-travis" after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"