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

[18/34] incubator-geode git commit: GEODE-992: Integrate with Travis CI

GEODE-992: Integrate with Travis CI

send email notification to dev list when build state changes from
passing to failing OR failing to passing.


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/330ba74a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/330ba74a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/330ba74a

Branch: refs/heads/feature/GEODE-949-2
Commit: 330ba74ae6055da909006287314f0fadd60b1e9b
Parents: 9a8b319
Author: Swapnil Bawaskar <sb...@pivotal.io>
Authored: Fri Feb 26 10:29:36 2016 -0800
Committer: Swapnil Bawaskar <sb...@pivotal.io>
Committed: Fri Feb 26 10:56:45 2016 -0800

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


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/330ba74a/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 327c255..49197cd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -28,3 +28,10 @@ cache:
 
 after_failure:
   - cat build/reports/rat/rat-report.txt
+
+notifications:
+  email:
+    recipients:
+      - dev@geode.incubator.apache.org
+    on_success: change
+    on_failure: change