]> git.pond.sub.org Git - empserver/blob - .travis.yml
Revert "retreat: Don't report a destroyed ship/land unit couldn't retreat"
[empserver] / .travis.yml
1 # Travis CI configuration
2 language: c
3 # Test with both gcc and clang:
4 compiler:
5   - gcc
6   - clang
7 # How to build:
8 script: ./bootstrap && ./configure && make check