You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by lu...@apache.org on 2019/10/21 07:36:40 UTC

[commons-ognl] branch master updated: Travis CI: use [openjdk8] instead of [oraclejdk8]

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 894effc  Travis CI: use [openjdk8] instead of [oraclejdk8]
     new 58d61b4  Merge pull request #5 from sullis/travis-ci-openjdk8
894effc is described below

commit 894effcd3fc5747b078dd144d388a3effbe7554a
Author: Sean C. Sullivan <gi...@seansullivan.com>
AuthorDate: Sun Oct 20 15:09:35 2019 -0700

    Travis CI: use [openjdk8] instead of [oraclejdk8]
---
 .travis.yml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 3c67709..e7d25a5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,9 +18,7 @@ sudo: false
 
 jdk:
   - openjdk7
-  - oraclejdk7
-  - oraclejdk8
-  - oraclejdk9
+  - openjdk8
   - openjdk11
 
 after_success: