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 2017/08/15 00:35:18 UTC

[math] Stop trying to build with JDK7 on "Travis".

Repository: commons-math
Updated Branches:
  refs/heads/master 333a32488 -> eed46beef


Stop trying to build with JDK7 on "Travis".

See
  http://markmail.org/message/rcayzpntymt4ci34


Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/eed46bee
Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/eed46bee
Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/eed46bee

Branch: refs/heads/master
Commit: eed46beefb0152b0579e2631877c864bb3216e0c
Parents: 333a324
Author: Gilles <er...@apache.org>
Authored: Tue Aug 15 02:32:40 2017 +0200
Committer: Gilles <er...@apache.org>
Committed: Tue Aug 15 02:32:40 2017 +0200

----------------------------------------------------------------------
 .travis.yml | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-math/blob/eed46bee/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index af39663..978d6ad 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,7 +2,6 @@ language: java
 sudo: required
 
 jdk:
-  - openjdk7
   - oraclejdk8
 
 env: