From 649365f4f61f79e83b2ff6759ee7f070fe1d5260 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Fri, 16 Dec 2016 10:09:51 +0100 Subject: [PATCH] Force npm3 --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 73ae23b0f5..07ba1ee4b9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,8 @@ node_js: - "6.9" - "5.12" - "4.7" +before_install: + - if [[ `npm -v` != 3* ]]; then npm i -g npm@3; fi install: - npm install - npm run build