You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@johnzon.apache.org by rm...@apache.org on 2019/02/09 15:48:11 UTC

[johnzon] branch master updated: drop jdk we dont support anymore from travis.yml

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 693ae6b  drop jdk we dont support anymore from travis.yml
693ae6b is described below

commit 693ae6bdd3a1c13ea31c486b48c4fc67f516d852
Author: Romain Manni-Bucau <rm...@apache.org>
AuthorDate: Sat Feb 9 16:48:05 2019 +0100

    drop jdk we dont support anymore from travis.yml
---
 .travis.yml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 8583ba4..e0b4fe6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,9 +2,6 @@ language: java
 sudo: false
 
 jdk:
-  - openjdk6
-  - openjdk7
-  - oraclejdk7
   - oraclejdk8 
 before_install: mvn clean install -DskipTests=true
 after_success: