summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 7341232a7d31c2675c0034c308641489be9641c8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
language: cpp
compiler:
  - gcc
  - clang
# Build MCServer
script: make release=1

# Notification Settings
notifications:
  email:
    on_success: change
    on_failure: always