Skip to content

Commit 0d0ded3

Browse files
committed
Don't notify IRC on every single build, just failures and first success after a string of failures
1 parent 8a6acc1 commit 0d0ded3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,8 @@ env:
1212
notifications:
1313
email: false
1414
irc:
15-
- "irc.freenode.org#rails-contrib"
15+
on_success: change
16+
on_failure: always
17+
channels:
18+
- "irc.freenode.org#rails-contrib"
1619
bundler_args: --path vendor/bundle

0 commit comments

Comments
 (0)