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

Commit

Permalink
Updated .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamil Piechaczek committed Nov 25, 2016
1 parent fc4fbe8 commit 029a34f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ install:
script:
- node_modules/.bin/ckeditor5-dev-tests --coverage --ignore-duplicates
after_success:
- sed -i.backup 's/\.build\/ckeditor5\/[^\/]*/src/g' .build/coverage/lcov.info
- sed -i.backup 's/build\/\.automated-tests\/ckeditor5\/[^\/]*/src/g' build/.automated-tests/coverage/lcov.info
- node_modules/.bin/codeclimate-test-reporter < .build/coverage/lcov.info

0 comments on commit 029a34f

Please sign in to comment.