From 0da30ca089dd7f072f9d3c9ec27d372ef83d2e77 Mon Sep 17 00:00:00 2001 From: Alex Kocharin Date: Sun, 10 May 2015 18:23:03 +0300 Subject: [PATCH] test io.js 1.8 on travis --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 993e5eec8..cab162603 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,11 @@ node_js: - '0.10' - '0.12' - 'iojs-1.0' - - 'iojs-1.6' + - 'iojs-1.8' - 'iojs' sudo: false +matrix: + allow_failures: + - node_js: 'iojs' + fast_finish: true script: npm install . && npm run test-travis