Skip to content

Commit

Permalink
[ci] Only send IRC notifications when build status changes, for moritz++
Browse files Browse the repository at this point in the history
  • Loading branch information
leto committed Mar 21, 2012
1 parent 4b167c1 commit 0b292f8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -29,7 +29,10 @@ notifications:
on_success: change
on_failure: always
irc:
channels:
- "irc.parrot.org#parrot"
on_success: change
on_failure: change
env:
- PARROT_CONFIG_ARGS="" PARROT_OPTIMIZE="--optimize" PARROT_TEST="smoke" CC="clang"
- PARROT_CONFIG_ARGS="" PARROT_OPTIMIZE="" PARROT_TEST="smoke" CC="clang"
Expand Down

0 comments on commit 0b292f8

Please sign in to comment.