From a90b572920bfbc1f8ade5e2a995191b1ac67e2c8 Mon Sep 17 00:00:00 2001 From: Jakub Pawlowicz Date: Sun, 31 May 2015 14:30:54 +0100 Subject: [PATCH] Pins iojs on Travis to 2.1.0. See https://github.com/nodejs/io.js/issues/1850 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8dee723e..6e7b0cf4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,6 @@ language: node_js node_js: - '0.10' - '0.12' - - 'iojs' + - 'iojs-v2.1.0' matrix: fast_finish: true -- 2.34.1