mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 14:22:05 +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
|
@ -20,5 +20,5 @@ 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
|
||||
# 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