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/02/10 13:53:57 UTC

[commons-dbcp] branch master updated: Add OpenJDK 8 to Tarvis build.

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


The following commit(s) were added to refs/heads/master by this push:
     new fab84e5  Add OpenJDK 8 to Tarvis build.
fab84e5 is described below

commit fab84e5b314dd92114bbbc275870ec94c7074592
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Feb 10 08:53:52 2019 -0500

    Add OpenJDK 8 to Tarvis build.
---
 .travis.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 3961ad0..d8ede1e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,4 +17,6 @@ language: java
 sudo: false
 
 jdk:
-  - oraclejdk8
\ No newline at end of file
+  - openjdk8
+  - oraclejdk8
+  
\ No newline at end of file