Repository: incubator-tephra Updated Branches: refs/heads/site 9b5ac72c2 -> f343e81bc
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/site Commit: 01c3fc8529054afc3a3d5d3b0d3be329ecfd2c0b Parents: d1a340a Author: Terence Yim <[email protected]> Authored: Wed Jun 22 11:07:38 2016 -0700 Committer: Terence Yim <[email protected]> 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\/.*$/
