From 4972c94aed5692a40036c3ed812c1ec40d1c8040 Mon Sep 17 00:00:00 2001 From: jdalton Date: Mon, 1 Jun 2015 23:05:53 -0700 Subject: [PATCH] Remove the dot from the iojs identifier in travis.yml. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 87dfd4565..38e11bc97 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,9 +19,9 @@ env: - BIN="ringo" matrix: include: - - node_js: "io.js" + - node_js: "iojs" env: - - node_js: "io.js" + - node_js: "iojs" env: BUILD="modern" - node_js: "0.8" env: NPM_VERSION="~1.4.0"