瀏覽代碼

Try running lerna bootstrap with no concurrency to avoid errors on CI.

Piotrek Koszuliński 8 年之前
父節點
當前提交
62e11a6b60
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -17,6 +17,6 @@ before_install:
 install:
   - npm install mgit2 lerna @ckeditor/ckeditor5-dev-tests
   - mgit bootstrap --resolver-url-template="https://github.com/\${ path }.git"
-  - lerna bootstrap
+  - lerna bootstrap --concurrency=1
 script:
   - npm t