Skip to content

Commit c9f121b

Browse files
committed
Fix travis build to use openjdk8
1 parent 8cac71a commit c9f121b

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
@@ -16,7 +16,7 @@
1616
language: java
1717

1818
jdk:
19-
- oraclejdk8
19+
- openjdk8
2020

2121
env:
2222
- MAVEN_OPTS="-Xmx4096m -XX:MaxPermSize=128m" HADOOP_VERSION="2.4.1"

0 commit comments

Comments
 (0)