diff --git a/.travis.yml b/.travis.yml index a57e4db..8077011 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ language: "node_js" node_js: - - 0.4 - - 0.6 - - 0.8 + - "0.12" + - "0.10" + - "iojs" diff --git a/package.json b/package.json index c9a0d01..68c2950 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "passport-oauth": "0.1.x" }, "devDependencies": { - "vows": "0.6.x" + "vows": "0.8.x" }, "scripts": { "test": "NODE_PATH=lib node_modules/.bin/vows test/*-test.js"