Преглед на файлове

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