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/08/13 13:34:07 UTC

[commons-rng] 01/02: Drop JDK 7 build from travis

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

commit a594a12e0fa893ceade0ab7de8049be1581ee452
Author: Alex Herbert <ah...@apache.org>
AuthorDate: Fri Aug 13 14:33:18 2021 +0100

    Drop JDK 7 build from travis
    
    This is pending a change of the source to Java 8 ([RNG-162]).
---
 .travis.yml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 33a6933..e48a79a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,13 +16,10 @@
 language: java
 sudo: false
 
-# Required to build with openjdk7
-dist: trusty
 cache:
   directories:
     - $HOME/.m2
 jdk:
-  - openjdk7
   - openjdk8
   - oraclejdk9