Sfoglia il codice sorgente

Added missing code reporter to Travis.

Kamil Piechaczek 9 anni fa
parent
commit
79030f87e0
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      packages/ckeditor5-ui/.travis.yml

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

@@ -18,6 +18,7 @@ before_install:
 install:
   - npm install
   - npm install @ckeditor/ckeditor5-dev-tests
+  - npm install codeclimate-test-reporter
 script:
   - node_modules/.bin/ckeditor5-dev-tests --coverage
 after_success: