mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 03:52:06 +01:00
Travis-CI: Re-enable coveralls
which got accidentally disabled when we switched to Java 8 builds only.
This commit is contained in:
parent
cab5596a0e
commit
f48f0cab5b
1 changed files with 3 additions and 3 deletions
|
@ -19,6 +19,6 @@ install: gradle assemble --stacktrace
|
|||
script: gradle check --stacktrace
|
||||
|
||||
after_success:
|
||||
- JAVAC_VERSION=$((javac -version) 2>&1)
|
||||
# Only run jacocoRootReport in the Java7 build
|
||||
- if [[ "$JAVAC_VERSION" = javac\ 1.7.* ]]; then gradle jacocoRootReport coveralls; fi
|
||||
- JAVAC_VERSION=$((javac -version) 2>&1)
|
||||
# Only run jacocoRootReport in the Java 8 build
|
||||
- if [[ "$JAVAC_VERSION" = javac\ 1.8.* ]]; then gradle jacocoRootReport coveralls; fi
|
||||
|
|
Loading…
Reference in a new issue