Skip to content

Commit

Permalink
Added continuous integration failure e-mail notification.
Browse files Browse the repository at this point in the history
  • Loading branch information
blep committed May 8, 2013
1 parent 53c08ad commit 10712e8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,9 @@ compiler:
- gcc
- clang
script: cmake . && make
notifications:
recipients:
- [email protected]
email:
on_success: change
on_failure: always

0 comments on commit 10712e8

Please sign in to comment.