GEODE-992: Integrate with Travis CI disable CI on feature branches and asf-site branch.
Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/67f0e2ca Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/67f0e2ca Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/67f0e2ca Branch: refs/heads/feature/GEODE-1050 Commit: 67f0e2ca8dd384100a111e56aba052bc825ba103 Parents: 91b7096 Author: Swapnil Bawaskar <[email protected]> Authored: Wed Mar 16 18:06:53 2016 -0700 Committer: Swapnil Bawaskar <[email protected]> Committed: Wed Mar 16 18:06:53 2016 -0700 ---------------------------------------------------------------------- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/67f0e2ca/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index c532f20..fdbea8d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,3 +35,8 @@ notifications: - [email protected] on_success: change on_failure: change + +branches: + except: + - /^feature.*$/ + - asf-site
