You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by er...@apache.org on 2019/07/15 13:26:40 UTC

[commons-statistics] branch master updated: Remove outdated JVM.

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

erans 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 b87e149  Remove outdated JVM.
     new 5624849  Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-statistics
b87e149 is described below

commit b87e1491eca7008f935989e9081676d7cb37a1b9
Author: Gilles Sadowski <gi...@harfang.homelinux.org>
AuthorDate: Mon Jul 15 15:23:43 2019 +0200

    Remove outdated JVM.
    
    Spurious build failures on "Travis":
      https://markmail.org/message/j26tn2bg4j5i6peu
---
 .travis.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 41ac734..116a2ba 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,7 +17,6 @@ language: java
 sudo: false
 
 jdk:
-  - oraclejdk8
   - openjdk8
 
 script: