From 87fb40ae2655a28c32197a01541a57f7d4bc3634 Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Sat, 2 Apr 2016 23:24:36 -0700 Subject: [PATCH] Bumping version of npm up --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index c52ebc6ae..2fd433c29 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,8 +6,7 @@ cache: directories: - $HOME/.wheelhouse/ before_install: - - rm -rf ~/.npm - - mkdir ~/.npm + - npm install -g npm@'>=2.7.1' install: - pip wheel -w $HOME/.wheelhouse -f $HOME/.wheelhouse . - pip install --find-links=$HOME/.wheelhouse --no-index .