From 383eedf127c70743f51b7bf1a042a95e28333c10 Mon Sep 17 00:00:00 2001 From: Nico Kaiser Date: Tue, 11 Aug 2015 12:27:47 +0200 Subject: [PATCH] Try to convince Travis to build for iojs. See nodejs/io.js#433. --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 6064ca0..fba4fec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,3 +3,6 @@ node_js: - "0.10" - "0.12" - "iojs" + +before_install: | + - case ${TRAVIS_NODE_VERSION} in 0.8*|0.10*) npm update -g npm ;; esac