You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2016/04/17 22:54:32 UTC

accumulo git commit: Trigger travis builds on gh-pages

Repository: accumulo
Updated Branches:
  refs/heads/gh-pages b02b3d2be -> ac41a1d7a


Trigger travis builds on gh-pages


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

Branch: refs/heads/gh-pages
Commit: ac41a1d7ad42aba4733395bdaf95842dcd0bd9a2
Parents: b02b3d2
Author: Christopher Tubbs <ct...@apache.org>
Authored: Sun Apr 17 16:51:17 2016 -0400
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Sun Apr 17 16:51:17 2016 -0400

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


http://git-wip-us.apache.org/repos/asf/accumulo/blob/ac41a1d7/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 122f0d2..0c6cc7d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,2 +1,12 @@
 language: ruby
+branches:
+  only:
+    - gh-pages
+    - /^.*$/
+notifications:
+  irc:
+    channels:
+      - "chat.freenode.net#accumulo"
+    use_notice: true
+    skip_join: true
 script: ./_devtools/cibuild