8
0
Pārlūkot izejas kodu

CI: Increased "max_old_space_size" for testing script.

Kamil Piechaczek 8 gadi atpakaļ
vecāks
revīzija
af927f83e4
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

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