You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@metamodel.apache.org by ka...@apache.org on 2017/05/11 02:17:36 UTC

[4/6] metamodel git commit: Removed Java 7 build from Travis CI config

Removed Java 7 build from Travis CI config

Project: http://git-wip-us.apache.org/repos/asf/metamodel/repo
Commit: http://git-wip-us.apache.org/repos/asf/metamodel/commit/400fc731
Tree: http://git-wip-us.apache.org/repos/asf/metamodel/tree/400fc731
Diff: http://git-wip-us.apache.org/repos/asf/metamodel/diff/400fc731

Branch: refs/heads/5.x
Commit: 400fc73165e87a9930a736c229e366232935e8ad
Parents: bf943d5
Author: Kasper Sørensen <i....@gmail.com>
Authored: Tue May 2 16:02:05 2017 -0700
Committer: Kasper Sørensen <i....@gmail.com>
Committed: Tue May 2 16:02:05 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/metamodel/blob/400fc731/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 46a372d..33b571c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,6 @@
 sudo: false
 language: java
 jdk:
-  - openjdk7
   - oraclejdk8
   
 before_install: