You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ch...@apache.org on 2019/05/19 02:10:49 UTC

[commons-statistics] branch master updated: (travis) remove jdk11 for coveralls report

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

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


The following commit(s) were added to refs/heads/master by this push:
     new fb18083  (travis) remove jdk11 for coveralls report
fb18083 is described below

commit fb18083635ad7b2d0b4f836115372f0e024eb087
Author: Rob Tompkins <ch...@gmail.com>
AuthorDate: Sat May 18 22:10:39 2019 -0400

    (travis) remove jdk11 for coveralls report
---
 .travis.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index c9e461f..41ac734 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,9 +18,7 @@ sudo: false
 
 jdk:
   - oraclejdk8
-  - oraclejdk11
   - openjdk8
-  - openjdk11
 
 script:
   - mvn