1
0
Fork 0

explicitly defined email notifications

This commit is contained in:
Alexander Harkness 2013-12-19 20:42:40 +00:00
parent 4df5bbb3f3
commit 3f496db5a9
1 changed files with 7 additions and 1 deletions

View File

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