Skip to content

Commit 64ae405

Browse files
committed
Test for OpenJDK 8 using coveralls.
1 parent 721bde6 commit 64ae405

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jdk:
88
- openjdk8
99
install: true
1010
script:
11-
if ( `javac -version 2>&1 | grep '1\.8\.0' > /dev/null` ); then
11+
if [ "$TRAVIS_JDK_VERSION" == "openjdk8" ]; then
1212
mkdir -p xstream/profiles/coveralls;
1313
mkdir -p xstream-hibernate/profiles/coveralls;
1414
mvn -V -B -e clean package jacoco:report coveralls:report;

0 commit comments

Comments
 (0)