Skip to content

Commit 0ee7b30

Browse files
isopovTotktonada
authored andcommitted
travis-ci: update list of JDKs in CI
Added java-8 (LTS) and java-12 (most recent) JDKs, removed openjdk10 (EOL) and oraclejdk11. The idea is to test against widely used JDKs (LTS ones) and also against a most recent JDK (to catch possible problems with new versions of java early). OracleJDK is built from OpenJDK starting from java-7, so there is no much need to test against it.
1 parent db186a6 commit 0ee7b30

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
script: mvn checkstyle:check
1616
after_success: skip
1717
- stage: test
18-
jdk: oraclejdk11
19-
- stage: test
20-
jdk: openjdk10
18+
jdk: openjdk8
2119
- stage: test
2220
jdk: openjdk11
21+
- stage: test
22+
jdk: openjdk12
2323

2424
before_script:
2525
- .travis/travis.pre.sh

0 commit comments

Comments
 (0)