瀏覽代碼

Merge branch 't/1160'

Internal: Upgraded version of Node on Travis. Closes #1160.
Kamil Piechaczek 7 年之前
父節點
當前提交
cd24a12002
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. 4 1
      .travis.yml

+ 4 - 1
.travis.yml

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