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


The following commit(s) were added to refs/heads/master by this push:
     new 0ac8e7c  Add Oracle 11 to Travis build.
0ac8e7c is described below

commit 0ac8e7cd912df288f4e0cd28db6e84fd872628d0
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Feb 9 14:46:12 2019 -0500

    Add Oracle 11 to Travis build.
---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index b7134a1..21f8a6b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,6 +19,7 @@ sudo: false
 jdk:
   - oraclejdk8
   - oraclejdk9
+  - oraclejdk11
 
 script:
   - mvn

Reply via email to