1
0

explicitly defined email notifications

This commit is contained in:
Alexander Harkness 2013-12-19 20:42:40 +00:00
parent 4df5bbb3f3
commit 3f496db5a9

View File

@ -2,5 +2,11 @@ language: cpp
compiler: compiler:
- gcc - gcc
- clang - clang
# Change this to your needs # Build MCServer
script: make release=1 script: make release=1
# Notification Settings
notifications:
email:
on_success: change
on_failure: always