Files
rathena/.travis.yml
aleos89 2d2991a1fd TXT reference removal from emulator.
- Removed any remaining TXT and SQL references from files.
- The 'make sql' command is now replaced by 'make server'.
- Removed account.engine feature as it is no longer needed.
- Moved login and IP ban configs to inter_athena.conf.
- Cleaned up cmake files.
- Miscellaneous clean ups.
2014-09-03 17:44:35 -04:00

20 lines
243 B
YAML

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