Explorar el Código

Updated .travis.yml.

Piotrek Koszuliński hace 9 años
padre
commit
649f262127
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      packages/ckeditor5-link/.travis.yml

+ 3 - 1
packages/ckeditor5-link/.travis.yml

@@ -18,4 +18,6 @@ install:
   - npm install gulp mgit2 lerna @ckeditor/ckeditor5-dev-tests @ckeditor/ckeditor5-dev-lint
   - ckeditor5-dev-tests-install-dependencies
 script:
-  - node_modules/.bin/ckeditor5-dev-tests-travis
+  - ckeditor5-dev-tests-travis
+after_success:
+  - codeclimate-test-reporter < coverage/lcov.info