Skip to content

Commit

Permalink
travis: notify when build breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
virtuald committed Apr 29, 2017
1 parent 6c6a40f commit 471a979
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,11 @@ before_install:

script:
- docker run --rm -it -e HOME=/home -v $(pwd):/app -w /app exaile/exaile-testimg:latest make test

notifications:
irc:
channels:
- "chat.freenode.net#exaile"
use_notice: true
skip_join: true
on_success: change

0 comments on commit 471a979

Please sign in to comment.