Selaa lähdekoodia

Added missing codeclimate reporter to travis.yml.

Piotrek Koszuliński 9 vuotta sitten
vanhempi
commit
e7eea7c572
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2 1
      packages/ckeditor5-ui/.travis.yml

+ 2 - 1
packages/ckeditor5-ui/.travis.yml

@@ -15,7 +15,8 @@ before_install:
   - export DISPLAY=:99.0
   - sh -e /etc/init.d/xvfb start
 install:
-  - npm install gulp mgit2 lerna @ckeditor/ckeditor5-dev-tests @ckeditor/ckeditor5-dev-lint
+  - npm install gulp mgit2 lerna codeclimate-test-reporter
+  - npm install @ckeditor/ckeditor5-dev-tests @ckeditor/ckeditor5-dev-lint
   - ckeditor5-dev-tests-install-dependencies
 script:
   - ckeditor5-dev-tests-travis