Skip to content

Commit

Permalink
Fix oraclejdk8 build failure on travis due to xenial as default env
Browse files Browse the repository at this point in the history
Travis CI changed their default build env from trusty to xenial. This
breaks the build for oraclejdk8 on travis. Explicitly setting dist to
trusty in the .travis.yml fixes the problem.
  • Loading branch information
cslzchen committed Aug 15, 2019
1 parent 7137e71 commit c5a8db4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#

language: java
dist: trusty
sudo: false
jdk:
- oraclejdk8
Expand Down

0 comments on commit c5a8db4

Please sign in to comment.