diff options
author | Emilio Cobos Álvarez <ecoal95@gmail.com> | 2016-06-28 17:27:00 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-28 17:27:00 +0000 |
commit | 4df6bcb4aadcea79ddd1e427b7a2a1019d4ed368 (patch) | |
tree | 445cdf7168c959ffb68a7c2ef2586718eeb037af | |
parent | 29af0483253c58a1863d6454e8b962e8e515e8d3 (diff) | |
parent | 81624efba83817e327e5770f4b2b4e1767f947c0 (diff) |
Merge pull request #4 from edunham/homu
Add homu webhook
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 8ae5d843..b4235983 100644 --- a/.travis.yml +++ b/.travis.yml @@ -43,3 +43,6 @@ script: - make test - git add -A - git diff-index --quiet HEAD + +notifications: + webhooks: http://build.servo.org:54856/travis |