You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2021/11/24 10:27:25 UTC

[commons-numbers] branch master updated: Change Travis CI openjdk9 to openjdk11

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

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-numbers.git


The following commit(s) were added to refs/heads/master by this push:
     new 37500b9  Change Travis CI openjdk9 to openjdk11
37500b9 is described below

commit 37500b9f2e48746dc5159d1758cce2f333dc6106
Author: aherbert <ah...@apache.org>
AuthorDate: Wed Nov 24 10:24:27 2021 +0000

    Change Travis CI openjdk9 to openjdk11
    
    openjdk9 is no longer supported on Travis CI
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 783355f..43b4906 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,7 +18,7 @@ cache:
   directories:
     - $HOME/.m2
 jdk:
-  - openjdk9
+  - openjdk11
 
 # The default build is so verbose the travis log file can exceed the allowed limit.
 # Run a custom install that hides all the Maven ‘Downloading’ messages.