From 3e16a2b8ed180e84acd81dd15550017b1d7d47ef Mon Sep 17 00:00:00 2001 From: Eddie Zaneski Date: Sun, 5 Apr 2015 19:36:02 -0400 Subject: [PATCH] Fix travis to use next version of npm npm 2.7.5 apparently broke something with node 0.8. Need to use 2.7.6 for the time being https://github.com/npm/npm/issues/7849 --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 279dc61cf..39b6ea2f1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,8 +5,7 @@ node_js: - "0.11" - "0.12" before_install: -- '[ "${TRAVIS_NODE_VERSION}" != "0.8" ] || npm install -g npm@1.4.28' -- npm install -g npm@latest +- npm install -g npm@next notifications: hipchat: rooms: