diff --git a/.travis.yml b/.travis.yml index da05efd..f66c14e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,14 +1,13 @@ --- language: node_js node_js: + - stable - iojs + - iojs-v2 cache: directories: - bower_components - node_modules sudo: false -before_script: - - npm run install - script: npm run build