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


The following commit(s) were added to refs/heads/master by this push:
     new fdc1994  Update Travis build with current JDKs.
fdc1994 is described below

commit fdc19944d2a4328e91ca65b98a8bcb690957ea59
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Mar 22 15:20:52 2019 -0400

    Update Travis build with current JDKs.
---
 .travis.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index ded5c5b..7810bc8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,6 +20,11 @@ jdk:
   - openjdk6
   - openjdk7
   - oraclejdk8
+  - oraclejdk11
+  - openjdk8
+  - openjdk11
+  - openjdk-ea
+  
 
 after_success:
   - mvn clean cobertura:cobertura coveralls:report

Reply via email to