From 8ce6811f40c959f20108b738f4dfc719e7578eff Mon Sep 17 00:00:00 2001 From: Sehrope Sarkuni Date: Sun, 2 Aug 2015 10:58:38 -0400 Subject: [PATCH] Bump iojs version in Travis matrix to iojs-v2 --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8e3b02e7..8fd80a01 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,15 +31,15 @@ matrix: - node_js: "0.12" addons: postgresql: "9.4" - - node_js: "iojs-v1" + - node_js: "iojs-v2" addons: postgresql: "9.1" - - node_js: "iojs-v1" + - node_js: "iojs-v2" addons: postgresql: "9.2" - - node_js: "iojs-v1" + - node_js: "iojs-v2" addons: postgresql: "9.3" - - node_js: "iojs-v1" + - node_js: "iojs-v2" addons: postgresql: "9.4"