Skip to content

Commit

Permalink
Update to JDK 11 to make build run in Travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
lordofthejars authored Oct 9, 2019
1 parent a834a94 commit 748fdbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ addons:

language: java
jdk:
- oraclejdk8
- oraclejdk11

before_install:
- BRANCH=${TRAVIS_PULL_REQUEST_BRANCH:-$TRAVIS_BRANCH}
Expand Down Expand Up @@ -41,4 +41,4 @@ after_success:
git add .;
git commit -m "Publishes new documentation";
git push --quiet "${GH_REF}" gh-pages > /dev/null 2>&1;
fi'
fi'

0 comments on commit 748fdbd

Please sign in to comment.