Skip to content

Commit 5b7ecfa

Browse files
ISSUE 582 : Using OpenJDK intstead of OracleJDK for Travis builds (#583)
1 parent 9e28888 commit 5b7ecfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# limitations under the License.
1212
language: java
1313
jdk:
14-
- oraclejdk8
14+
- openjdk8
1515
install: /bin/bash ./dev-tools/travis/travis-install.sh `pwd`
1616
script:
1717
- /bin/bash ./dev-tools/travis/travis-script.sh `pwd`

0 commit comments

Comments
 (0)