Procházet zdrojové kódy

Use the new reporter option of ckeditor5-dev-tests.

Piotrek Koszuliński před 9 roky
rodič
revize
d6c67cccf9
2 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 1 1
      .travis.yml
  2. 1 1
      package.json

+ 1 - 1
.travis.yml

@@ -18,4 +18,4 @@ install:
   - npm install
   - npm install @ckeditor/ckeditor5-dev-tests
 script:
-  - node_modules/.bin/ckeditor5-dev-tests --ignore-duplicates --files=**/*.js
+  - node_modules/.bin/ckeditor5-dev-tests --ignore-duplicates --reporter=dots --files=**/*.js

+ 1 - 1
package.json

@@ -34,7 +34,7 @@
     "@ckeditor/ckeditor5-dev-docs": "^4.1.0",
     "@ckeditor/ckeditor5-dev-env": "^1.0.0",
     "@ckeditor/ckeditor5-dev-lint": "^1.0.1",
-    "@ckeditor/ckeditor5-dev-tests": "^3.0.1",
+    "@ckeditor/ckeditor5-dev-tests": "^3.1.0",
     "gulp": "^3.9.0",
     "guppy-pre-commit": "^0.4.0",
     "run-sequence": "^1.1.5"