From c9bd1539cacc206884818787b72b0df4a17cdc68 Mon Sep 17 00:00:00 2001 From: Forrest L Norvell Date: Fri, 6 Feb 2015 16:18:58 -0800 Subject: more tweaks to Travis setup * add io.js * add 0.12 / remove 0.11 * re-add 0.8 (for now) --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 43d863a1f..3ed21bf41 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,12 +1,14 @@ language: node_js node_js: - - "0.11" + - iojs + - "0.12" - "0.10" + - "0.8" env: - DEPLOY_VERSION=testing before_install: - "npm config set spin false" - - "npm install -g npm@^2" + - "npm install -g npm@~2" - "sudo mkdir -p /var/run/couchdb" script: "npm run-script test-all" notifications: -- cgit v1.2.3