Force npm3

This commit is contained in:
Sébastien Chopin 2016-12-16 10:09:51 +01:00
parent 9d6db35079
commit 649365f4f6
1 changed files with 2 additions and 0 deletions

View File

@ -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