Added continuous integration failure e-mail notification.

This commit is contained in:
Baptiste Lepilleur 2013-05-08 21:23:52 +00:00
parent 53c08ad916
commit 10712e85d6

View File

@ -4,3 +4,9 @@ compiler:
- gcc
- clang
script: cmake . && make
notifications:
recipients:
- baptiste.lepilleur@gmail.com
email:
on_success: change
on_failure: always