We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 721bde6 commit 64ae405Copy full SHA for 64ae405
.travis.yml
@@ -8,7 +8,7 @@ jdk:
8
- openjdk8
9
install: true
10
script:
11
- if ( `javac -version 2>&1 | grep '1\.8\.0' > /dev/null` ); then
+ if [ "$TRAVIS_JDK_VERSION" == "openjdk8" ]; then
12
mkdir -p xstream/profiles/coveralls;
13
mkdir -p xstream-hibernate/profiles/coveralls;
14
mvn -V -B -e clean package jacoco:report coveralls:report;
0 commit comments