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