Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Fixed invalid input for CodeClimate script with code coverage report.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamil Piechaczek committed Dec 2, 2016
1 parent 83b946b commit 71e30aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ install:
script:
- node_modules/.bin/ckeditor5-dev-tests-travis
after_success:
- node_modules/.bin/codeclimate-test-reporter < .build/coverage/lcov.info
- node_modules/.bin/codeclimate-test-reporter < build/.automated-tests/coverage/lcov.info

0 comments on commit 71e30aa

Please sign in to comment.