Skip to content
This repository has been archived by the owner on Mar 18, 2019. It is now read-only.

Commit

Permalink
Don't specify cloverage version via env
Browse files Browse the repository at this point in the history
  • Loading branch information
lvh committed Oct 5, 2016
1 parent 123a10d commit 78ad822
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 @@ -10,7 +10,7 @@ script:
- lein test
- lein uberjar
after_success:
- CLOVERAGE_VERSION=1.0.7-SNAPSHOT lein cloverage --codecov
- lein cloverage --codecov
- bash <(curl -s https://codecov.io/bash) -f target/coverage/codecov.json
notifications:
email: false
Expand Down

0 comments on commit 78ad822

Please sign in to comment.