Skip to content

Commit

Permalink
fix coveralls submissions
Browse files Browse the repository at this point in the history
  • Loading branch information
samrocketman committed Oct 27, 2016
1 parent e3a92ba commit 737b66e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 @@ env:
install: ./assemble.sh
script: ./gradlew cobertura
after_success:
- ./gradlew cobertura coveralls
- ./coveralls.sh
matrix:
allow_failures:
- env: GROOVY_VERSION="2.0.8"
Expand Down
1 change: 1 addition & 0 deletions coveralls.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/bash
if [ "${GROOVY_VERSION}" = "1.8.9" ]; then
echo "Submitting results to coveralls."
./gradlew cobertura coveralls
Expand Down

0 comments on commit 737b66e

Please sign in to comment.