Skip to content

Commit

Permalink
[CI] Sanity check build on JDK12 on Travis
Browse files Browse the repository at this point in the history
This can be replaced with each new non-LTS version of
Java as they are released.
  • Loading branch information
szpak authored and simonbasle committed Apr 5, 2019
1 parent fb740d1 commit 446ca1b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ language: java
jdk:
- oraclejdk8
- openjdk11
- openjdk12

sudo: required

Expand All @@ -18,4 +19,4 @@ cache:
directories:
- $HOME/.m2
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/
- $HOME/.gradle/wrapper/

0 comments on commit 446ca1b

Please sign in to comment.