From 275cbbfc525ee0354604385fb2799766bd46b7f2 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Sun, 15 Mar 2015 18:15:47 +0100 Subject: [PATCH] Add node@0.12, iojs, faster docker to `.travis.yml` --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 1495aa0..2e35270 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,4 +3,7 @@ script: npm run-script test-travis node_js: - '0.10' - '0.11' +- '0.12' +- 'iojs' after_script: npm install coveralls@2.10.0 && cat ./coverage/lcov.info | coveralls +sudo: false