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


The following commit(s) were added to refs/heads/master by this push:
     new 27b0823  Modernize build on Travis CI.
27b0823 is described below

commit 27b08232dee15de3199203eeb33e378aacb529a0
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Nov 21 11:10:10 2020 -0500

    Modernize build on Travis CI.
---
 .travis.yml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 746c618..6be9ce7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,13 +16,10 @@
 language: java
 sudo: true
 
-# Required to build with openjdk7
-dist: trusty
-
 jdk:
-  - openjdk7
   - openjdk8
   - openjdk11
+  - openjdk15
 
 script:
   - mvn -V --no-transfer-progress -Ddoclint=all

Reply via email to