Files
rathena/.travis.yml
2013-08-29 20:35:46 -04:00

20 lines
237 B
YAML

language: c
compiler:
- clang
- gcc
before_script:
- uname -a
script:
- ./configure && make sql
- make clean
- ./configure --enable-prere && make sql
notifications:
email: false
branches:
only:
- master