You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by rd...@apache.org on 2017/04/27 12:47:26 UTC

[1/2] tinkerpop git commit: added travis ci email notifications for when builds break

Repository: tinkerpop
Updated Branches:
  refs/heads/tp32 ea2ea7116 -> 1f1faf4ba


added travis ci email notifications for when builds break


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/f72901c2
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/f72901c2
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/f72901c2

Branch: refs/heads/tp32
Commit: f72901c223a7dde662806d8be776f823a0d1f6d3
Parents: 4d117cb
Author: Robert Dale <ro...@gmail.com>
Authored: Thu Apr 27 08:46:13 2017 -0400
Committer: Robert Dale <ro...@gmail.com>
Committed: Thu Apr 27 08:46:13 2017 -0400

----------------------------------------------------------------------
 .travis.yml | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/f72901c2/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 56c729d..9606c87 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,4 +11,11 @@ addons:
       - oracle-java8-installer
 script: 
   - "mvn clean install -Dci"
-
+notifications:
+  email:
+    recipients:
+      - spmallette@gmail.com
+      - me@gremlin.guru
+      - robdale@gmail.com
+    on_success: change # default: change
+    on_failure: always # default: always


[2/2] tinkerpop git commit: Merge branch 'tp31' into tp32

Posted by rd...@apache.org.
Merge branch 'tp31' into tp32


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/1f1faf4b
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/1f1faf4b
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/1f1faf4b

Branch: refs/heads/tp32
Commit: 1f1faf4ba4f0854bfb0d06d77e55b565bbbac6c9
Parents: ea2ea71 f72901c
Author: Robert Dale <ro...@gmail.com>
Authored: Thu Apr 27 08:46:29 2017 -0400
Committer: Robert Dale <ro...@gmail.com>
Committed: Thu Apr 27 08:46:29 2017 -0400

----------------------------------------------------------------------
 .travis.yml | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)
----------------------------------------------------------------------