Kaynağa Gözat

Other: Update Travis configuration for tests and docs checking.

Maciej Gołaszewski 8 yıl önce
ebeveyn
işleme
07dbcd2e18
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      .travis.yml

+ 2 - 2
.travis.yml

@@ -19,8 +19,8 @@ install:
   - mgit bootstrap --resolver-url-template="https://github.com/\${ path }.git"
   - lerna bootstrap
 script:
-  - npm t
-  - gulp docs:api --validate-only
+  - npm t -- --reporter=dots
+  - npm run docs:api -- --validate-only
 after_success:
   - ./node_modules/.bin/ckeditor5-dev-docs-publish-nightly
 notifications: