Skip to content

Commit

Permalink
ISSUE 582 : Using OpenJDK intstead of OracleJDK for Travis builds (#583)
Browse files Browse the repository at this point in the history
  • Loading branch information
raju-saravanan authored Aug 9, 2019
1 parent 9e28888 commit 5b7ecfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# limitations under the License.
language: java
jdk:
- oraclejdk8
- openjdk8
install: /bin/bash ./dev-tools/travis/travis-install.sh `pwd`
script:
- /bin/bash ./dev-tools/travis/travis-script.sh `pwd`
Expand Down

0 comments on commit 5b7ecfa

Please sign in to comment.