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 f8641c7  Add OpenJDK 12 and JApiCmp.
f8641c7 is described below

commit f8641c711432dc053efac327794bbdfa5c49c302
Author: Gary Gregory <gardgreg...@gmail.com>
AuthorDate: Fri Jul 5 10:47:08 2019 -0400

    Add OpenJDK 12 and JApiCmp.
---
 .travis.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 27f5244..812dedd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,10 +22,11 @@ jdk:
   - openjdk8
   - openjdk11
   - openjdk12
+  - openjdk13
   - openjdk-ea
 
 script:
   - mvn
 
 after_success:
-  - mvn clean test jacoco:report coveralls:report -Ptravis-jacoco
\ No newline at end of file
+  - mvn clean test japicmp:cmp -P japicmp jacoco:report coveralls:report 
-Ptravis-jacoco
\ No newline at end of file

Reply via email to