Skip to content

Commit 2ce6881

Browse files
author
Fernando Saint-Jean
committed
fixing publish and reverting version after deleting non-successful releases
1 parent 686842a commit 2ce6881

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

.travis.yml

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,19 @@ cache:
2424
directories:
2525
- $HOME/.m2
2626

27-
matrix:
28-
include:
29-
- os: linux
30-
jdk: oraclejdk8
31-
addons:
32-
apt:
33-
packages:
34-
- oracle-java8-installer
35-
- os: linux
36-
jdk: openjdk8
37-
- os: linux
38-
jdk: openjdk11
27+
#Remove these for now as they cause issues at release.
28+
#matrix:
29+
# include:
30+
# - os: linux
31+
# jdk: oraclejdk8
32+
# addons:
33+
# apt:
34+
# packages:
35+
# - oracle-java8-installer
36+
# - os: linux
37+
# jdk: openjdk8
38+
# - os: linux
39+
# jdk: openjdk11
3940

4041
# Don't build release tags. This avoids publish conflicts because the version commit exists both on master and the release tag.
4142
# See https://github.com/travis-ci/travis-ci/issues/1532

0 commit comments

Comments
 (0)