Explorar o código

CI: Increased "max_old_size_space" for Karma+Webpack.

Kamil Piechaczek %!s(int64=8) %!d(string=hai) anos
pai
achega
4a5f1969d4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -19,4 +19,4 @@ install:
   - mgit bootstrap --resolver-url-template="https://github.com/\${ path }.git"
   - mgit bootstrap --resolver-url-template="https://github.com/\${ path }.git"
   - lerna bootstrap
   - lerna bootstrap
 script:
 script:
-  - ckeditor5-dev-tests --reporter=dots
+  - node --max_old_space_size=4096 ckeditor5-dev-tests --reporter=dots