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-release-plugin.git


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

commit a900dcd37e7de3754c52f913d61afd83999de36c
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Apr 16 09:19:23 2019 -0400

    Add OpenJDK 8 to Travis builds.
---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index f34346b..1e7a3d1 100755
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,6 +18,7 @@ language: java
 sudo: false
 
 jdk:
+  - openjdk8
   - oraclejdk8
 
 script:

Reply via email to