You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ma...@apache.org on 2019/06/18 18:20:00 UTC

[commons-daemon] branch master updated: Add openjdk7 to Travis build

This is an automated email from the ASF dual-hosted git repository.

markt 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 a6de4cb  Add openjdk7 to Travis build
a6de4cb is described below

commit a6de4cb34f742f3dfad9fc2d765fc1242701c6aa
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue Jun 18 19:19:56 2019 +0100

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

diff --git a/.travis.yml b/.travis.yml
index 424628d..5cbea3a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,6 +18,7 @@ sudo: false
 
 jdk:
   - oraclejdk11
+  - openjdk7
   - openjdk8
   - openjdk9
   - openjdk10