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 686842a commit 2ce6881Copy full SHA for 2ce6881
.travis.yml
@@ -24,18 +24,19 @@ cache:
24
directories:
25
- $HOME/.m2
26
27
-matrix:
28
- include:
29
- - os: linux
30
- jdk: oraclejdk8
31
- addons:
32
- apt:
33
- packages:
34
- - oracle-java8-installer
35
36
- jdk: openjdk8
37
38
- jdk: openjdk11
+#Remove these for now as they cause issues at release.
+#matrix:
+# include:
+# - os: linux
+# jdk: oraclejdk8
+# addons:
+# apt:
+# packages:
+# - oracle-java8-installer
+# jdk: openjdk8
39
+# jdk: openjdk11
40
41
# Don't build release tags. This avoids publish conflicts because the version commit exists both on master and the release tag.
42
# See https://github.com/travis-ci/travis-ci/issues/1532
0 commit comments