1
0
cuberite-2a/.travis.yml
2013-12-19 20:42:40 +00:00

13 lines
177 B
YAML

language: cpp
compiler:
- gcc
- clang
# Build MCServer
script: make release=1
# Notification Settings
notifications:
email:
on_success: change
on_failure: always