You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@reef.apache.org by we...@apache.org on 2015/11/02 17:12:14 UTC

incubator-reef git commit: [REEF-898] Add additional build for JDK8 in Travis CI

Repository: incubator-reef
Updated Branches:
  refs/heads/master d1c5c2422 -> 08bc6c645


[REEF-898] Add additional build for JDK8 in Travis CI

JIRA:
  [REEF-898](https://issues.apache.org/jira/browse/REEF-898)

Pull request:
  This closes #605


Project: http://git-wip-us.apache.org/repos/asf/incubator-reef/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-reef/commit/08bc6c64
Tree: http://git-wip-us.apache.org/repos/asf/incubator-reef/tree/08bc6c64
Diff: http://git-wip-us.apache.org/repos/asf/incubator-reef/diff/08bc6c64

Branch: refs/heads/master
Commit: 08bc6c645ac0f0ef4e0fcb42edce1e1cd07a6242
Parents: d1c5c24
Author: Dongjoon Hyun <do...@apache.org>
Authored: Sun Nov 1 13:38:53 2015 +0900
Committer: Markus Weimer <we...@apache.org>
Committed: Mon Nov 2 08:11:31 2015 -0800

----------------------------------------------------------------------
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/08bc6c64/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 7d826a6..52f9169 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,6 +22,7 @@ git:
 
 jdk:
   - oraclejdk7
+  - oraclejdk8
 
 env: PATH=$PATH:$HOME/local/bin