Stay on npm@5.8.x for a little while

npm6 breaks our node4+5 builds:

https://travis-ci.org/jiahaog/nativefier/jobs/369940904
https://travis-ci.org/jiahaog/nativefier/jobs/370872623
This commit is contained in:
Ronan Jouchet 2018-04-25 20:33:58 -04:00 committed by GitHub
parent ec1023d7ef
commit eeef1facf3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ node_js:
- '4'
before_install:
- npm install -g npm
- npm install -g npm@5.8.x
install:
- npm run dev-up