Skip to content

Commit

Permalink
Update Travis CI configuration
Browse files Browse the repository at this point in the history
- remove no longer supported "sudo" run mode
- remove OpenJDK 10 from build matrix
- remove OpenJDK "ea" from build matrix
  • Loading branch information
sormuras committed Nov 20, 2018
1 parent e518765 commit 4058005
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
language: java

sudo: false
dist: trusty

# Specify which branches/tags that we do not want to be built: r5.0.0-M5
branches:
except:
Expand All @@ -18,20 +15,11 @@ install:

matrix:
include:
- os: linux
jdk: openjdk10
- os: linux
jdk: openjdk11
- os: linux
jdk: openjdk-ea
- os: linux
jdk: openjdk10
env: SCAN='--scan --stacktrace --warning-mode=all' JACOCO='-PenableJaCoCo' INSTALL='publishToMavenLocal'
- os: osx
jdk: openjdk10
allow_failures:
- jdk: openjdk11
- jdk: openjdk-ea
jdk: openjdk11

script:
# Display Gradle, Groovy, JVM and other versions
Expand Down

0 comments on commit 4058005

Please sign in to comment.