Skip to content

Commit 4058005

Browse files
committed
Update Travis CI configuration
- remove no longer supported "sudo" run mode - remove OpenJDK 10 from build matrix - remove OpenJDK "ea" from build matrix
1 parent e518765 commit 4058005

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

.travis.yml

+1-13
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
language: java
22

3-
sudo: false
4-
dist: trusty
5-
63
# Specify which branches/tags that we do not want to be built: r5.0.0-M5
74
branches:
85
except:
@@ -18,20 +15,11 @@ install:
1815

1916
matrix:
2017
include:
21-
- os: linux
22-
jdk: openjdk10
2318
- os: linux
2419
jdk: openjdk11
25-
- os: linux
26-
jdk: openjdk-ea
27-
- os: linux
28-
jdk: openjdk10
2920
env: SCAN='--scan --stacktrace --warning-mode=all' JACOCO='-PenableJaCoCo' INSTALL='publishToMavenLocal'
3021
- os: osx
31-
jdk: openjdk10
32-
allow_failures:
33-
- jdk: openjdk11
34-
- jdk: openjdk-ea
22+
jdk: openjdk11
3523

3624
script:
3725
# Display Gradle, Groovy, JVM and other versions

0 commit comments

Comments
 (0)