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/09/26 18:10:44 UTC

[commons-cli] branch master updated: Switch from Oracle JDK 8 to Open JDK 8 (#31)

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-cli.git


The following commit(s) were added to refs/heads/master by this push:
     new 6490067  Switch from Oracle JDK 8 to Open JDK 8 (#31)
6490067 is described below

commit 64900674a1d10f51ca9ef61423d6695be17d8c33
Author: Mincong Huang <mi...@users.noreply.github.com>
AuthorDate: Thu Sep 26 20:10:39 2019 +0200

    Switch from Oracle JDK 8 to Open JDK 8 (#31)
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 6789d48..d52d769 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,11 +17,11 @@ language: java
 sudo: false
 
 jdk:
+  - openjdk8
   - openjdk11
   - openjdk12
   - openjdk13
   - openjdk-ea
-  - oraclejdk8
 
 script:
   - mvn