Internal: Upgraded version of Node on Travis. Closes #1160.
@@ -8,13 +8,16 @@ addons:
- google-chrome-stable
language: node_js
node_js:
- - "6"
+ - "8"
cache:
- node_modules
before_install:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
+ - npm config set package-lock false
+ - npm i -g npm@^5.7.1
install:
+ - npm install
- npm install mgit2 lerna
- mgit bootstrap --resolver-url-template="https://github.com/\${ path }.git"
- lerna bootstrap