You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2019/08/14 20:33:57 UTC

[commons-rdf] branch master updated: Drop Oracle JDK 8.

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-rdf.git


The following commit(s) were added to refs/heads/master by this push:
     new abdffb2  Drop Oracle JDK 8.
abdffb2 is described below

commit abdffb29d0b35c44753328eb747ddebe14d9b062
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Aug 14 13:33:54 2019 -0700

    Drop Oracle JDK 8.
---
 .travis.yml | 60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 80e1c79..b90fdc7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,30 +1,30 @@
-# Attempt to get a newer oraclejdk8..
-# See https://docs.travis-ci.com/user/ci-environment/
-sudo: required
-dist: trusty
-
-language: java
-
-# If newer Oracle JDK is needed, uncomment:
-#addons:
-#  apt:
-#    packages:
-#      - oracle-java8-installer    
-# .. and comment out:
-jdk:
-  - oraclejdk8
-
-
-cache:
-  directories:
-    - '$HOME/.m2/repository'
-
-install: /bin/true
-
-notifications:
-  email:
-    - notifications@commons.apache.org
-
-after_success:
-  - mvn clean test coveralls:report
- 
+# Attempt to get a newer oraclejdk8..
+# See https://docs.travis-ci.com/user/ci-environment/
+sudo: required
+dist: trusty
+
+language: java
+
+# If newer Oracle JDK is needed, uncomment:
+#addons:
+#  apt:
+#    packages:
+#      - oracle-java8-installer    
+# .. and comment out:
+jdk:
+  - openjdk8
+
+
+cache:
+  directories:
+    - '$HOME/.m2/repository'
+
+install: /bin/true
+
+notifications:
+  email:
+    - notifications@commons.apache.org
+
+after_success:
+  - mvn clean test coveralls:report
+