diff options
Diffstat (limited to '')
-rw-r--r-- | .travis.yml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 1233d55e9..7341232a7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 |