aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEgor Andreevici <andreevich.egor@gmail.com>2019-12-22 09:47:09 -0500
committerEgor Andreevici <andreevich.egor@gmail.com>2019-12-22 09:47:09 -0500
commit2d6680b249a6188d719e72d9dad9a9ee8a84c3b8 (patch)
treeeee9a0cb1a7da3c85af8bfe6af6546f7eeb409e4
parente6993cc2af1a2db55c134e45dc324148d76b3993 (diff)
downloadjavapoet-2d6680b249a6188d719e72d9dad9a9ee8a84c3b8.tar.gz
Remove non-LTS JDK versions from Travis config
-rw-r--r--.travis.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 2d08e65..af37274 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,13 +3,9 @@ language: java
matrix:
include:
- jdk: openjdk8
- - jdk: openjdk10
- jdk: openjdk11
- - jdk: openjdk-ea
allow_failures:
- # ErrorProne/javac is not yet working on JDK 11 nor 12 (current -ea)
- jdk: openjdk11
- - jdk: openjdk-ea
before_install:
- unset _JAVA_OPTIONS