Răsfoiți Sursa

CI: Fixed path to the test script.

Kamil Piechaczek 8 ani în urmă
părinte
comite
dd40dd65b1
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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:
-  - node --max_old_space_size=4096 ckeditor5-dev-tests --reporter=dots
+  - node --max_old_space_size=4096 ./node_modules/.bin/ckeditor5-dev-tests --reporter=dots