We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e518765 commit 4058005Copy full SHA for 4058005
.travis.yml
@@ -1,8 +1,5 @@
1
language: java
2
3
-sudo: false
4
-dist: trusty
5
-
6
# Specify which branches/tags that we do not want to be built: r5.0.0-M5
7
branches:
8
except:
@@ -18,20 +15,11 @@ install:
18
15
19
16
matrix:
20
17
include:
21
- - os: linux
22
- jdk: openjdk10
23
- os: linux
24
jdk: openjdk11
25
26
- jdk: openjdk-ea
27
28
29
env: SCAN='--scan --stacktrace --warning-mode=all' JACOCO='-PenableJaCoCo' INSTALL='publishToMavenLocal'
30
- os: osx
31
32
- allow_failures:
33
- - jdk: openjdk11
34
- - jdk: openjdk-ea
+ jdk: openjdk11
35
36
script:
37
# Display Gradle, Groovy, JVM and other versions
0 commit comments