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

andy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jena.git


The following commit(s) were added to refs/heads/master by this push:
     new 8fcaac0  JENA-1830: Put LTS in default travis-ci setup
     new a3f2aa7  Merge pull request #682 from afs/jena1830-travis
8fcaac0 is described below

commit 8fcaac0c902ea434a20c585abd108ecc952c9cfe
Author: Andy Seaborne <[email protected]>
AuthorDate: Tue Jan 28 10:35:30 2020 +0000

    JENA-1830: Put LTS in default travis-ci setup
---
 .travis.yml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 7b8bc78..753ab49 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,9 +4,6 @@ install: true
 script: mvn -B clean install
 jdk:
   - openjdk8
-  - openjdk9
-  - openjdk10
   - openjdk11
-  - openjdk12
 env:
   - JAVA_OPTS="-Xmx3072M -Xms512M -XX:+UseG1GC"

Reply via email to