Explorar el Código

Internal: Use concurrency=1 for Lerna to avoid https://github.com/ckeditor/ckeditor5/issues/431.

Piotrek Koszuliński hace 8 años
padre
commit
e2b0b38acd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

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