This is an automated email from the ASF dual-hosted git repository.
lresende pushed a commit to branch branch-2.3
in repository https://gitbox.apache.org/repos/asf/bahir.git
The following commit(s) were added to refs/heads/branch-2.3 by this push:
new f2cbd18 Disable OpenJDK builds on TravisCI
f2cbd18 is described below
commit f2cbd18bea4e88351f413fc2f032d9a9bd0eb3f2
Author: Luciano Resende <[email protected]>
AuthorDate: Wed Sep 11 14:36:11 2019 -0700
Disable OpenJDK builds on TravisCI
Temporarily disable openjdk8 due to platform issue
see https://github.com/michaelklishin/jdk_switcher/issues/20
---
.travis.yml | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 9951409..9b22eaa 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,11 +17,13 @@
language: java
+# Temporarily disable openjdk8 due to
https://github.com/michaelklishin/jdk_switcher/issues/20
jdk:
- - openjdk8
- oraclejdk8
-dist: trusty
+dist:
+ - trusty
script:
- mvn -Pdistribution clean install
+