Skip to content

Commit

Permalink
ci: Fix uploading test coverage to code climate
Browse files Browse the repository at this point in the history
  • Loading branch information
notheotherben committed Feb 22, 2016
1 parent 549514f commit 32a43aa
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 @@ -25,7 +25,7 @@ script:
after_script:
- gulp coverage
- coveralls < coverage/lcov.info
- codeclimate < coverage/lcov.info
- codeclimate-test-reporter < coverage/lcov.info

deploy:
skip_cleanup: true
Expand Down

0 comments on commit 32a43aa

Please sign in to comment.