From eeef1facf37ee9d512c46fd72312a9aa0fd7f231 Mon Sep 17 00:00:00 2001 From: Ronan Jouchet Date: Wed, 25 Apr 2018 20:33:58 -0400 Subject: [PATCH] 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 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ce7ec63..b43d076 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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