summaryrefslogblamecommitdiffstats
path: root/.travis.yml
blob: a41c10b842e4621001ce45d0938192abf65900d0 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12



             
                
                                                       





                       
language: cpp
compiler:
  - gcc
  - clang
# Build MCServer
script: cmake . -DCMAKE_BUILD_TYPE=RELEASE && make -j 2

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