summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 229f55ebf801c3d491ea2ef5082ef6cdabffcee0 (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 -j 2

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