Skip to content

Commit

Permalink
Version bumped coveralls in bash script.
Browse files Browse the repository at this point in the history
  • Loading branch information
blmstrm committed Mar 26, 2016
1 parent 100018c commit da31f3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/coveralls.sh
@@ -1,3 +1,3 @@
COVERALLS_URL='https://coveralls.io/api/v1/jobs'
CLOVERAGE_VERSION='1.0.4-SNAPSHOT' lein2 cloverage -o cov --coveralls
CLOVERAGE_VERSION='1.0.6' lein2 cloverage -o cov --coveralls
curl -F 'json_file=@cov/coveralls.json' "$COVERALLS_URL"

0 comments on commit da31f3a

Please sign in to comment.