Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0a1b926

Browse files
committedApr 19, 2016
Tell Travis to tell Gitter about failed (and fixed) builds.
1 parent 23e759b commit 0a1b926

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
 

‎.travis.yml

+8
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,11 @@ before_script:
3131
- bash bin/install-wp-tests.sh wordpress_test root '' localhost $WP_VERSION
3232

3333
script: phpunit
34+
35+
notifications:
36+
webhooks:
37+
urls:
38+
- https://webhooks.gitter.im/e/ac559b8d8fd5527c8e95
39+
on_success: change
40+
on_failure: always
41+
on_start: never

0 commit comments

Comments
 (0)
Please sign in to comment.