From 87677f0ae0274249040ff5fbafa6317ed1c0612b Mon Sep 17 00:00:00 2001 From: SheetJS Date: Thu, 23 Feb 2017 22:16:47 -0800 Subject: [PATCH] pin npm version in travis see https://github.com/npm/npm/issues/15855 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4dc591e..47b4e42 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ node_js: - "0.9" - "0.8" before_install: - - "npm install -g npm@next" + - "npm install -g npm@4.3.0" - "npm install -g mocha@2.x voc" - "npm install blanket" - "npm install xlsjs"