You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by je...@apache.org on 2016/03/21 21:40:07 UTC

[36/54] [abbrv] incubator-geode git commit: GEODE-992: Integrate with Travis CI

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-17-2
Commit: 67f0e2ca8dd384100a111e56aba052bc825ba103
Parents: 91b7096
Author: Swapnil Bawaskar <sb...@pivotal.io>
Authored: Wed Mar 16 18:06:53 2016 -0700
Committer: Swapnil Bawaskar <sb...@pivotal.io>
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:
       - dev@geode.incubator.apache.org
     on_success: change
     on_failure: change
+
+branches:
+  except:
+    - /^feature.*$/
+    - asf-site