You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tephra.apache.org by ch...@apache.org on 2016/06/22 18:07:46 UTC

incubator-tephra git commit: Enable travis build on master branch Enable build with jdk8

Repository: incubator-tephra
Updated Branches:
  refs/heads/master d1a340a4c -> 01c3fc852


Enable travis build on master branch
Enable build with jdk8

Project: http://git-wip-us.apache.org/repos/asf/incubator-tephra/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tephra/commit/01c3fc85
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tephra/tree/01c3fc85
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tephra/diff/01c3fc85

Branch: refs/heads/master
Commit: 01c3fc8529054afc3a3d5d3b0d3be329ecfd2c0b
Parents: d1a340a
Author: Terence Yim <te...@cask.co>
Authored: Wed Jun 22 11:07:38 2016 -0700
Committer: Terence Yim <te...@cask.co>
Committed: Wed Jun 22 11:07:38 2016 -0700

----------------------------------------------------------------------
 .travis.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/01c3fc85/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index bba8d8f..53d3556 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,10 +20,11 @@ language: java
 
 jdk:
   - oraclejdk7
+  - oraclejdk8
 
 branches:
   only:
-    - develop
+    - master 
     - /^feature\/.*$/
     - /^hotfix\/.*$/
     - /^release\/.*$/