]> git.pond.sub.org Git - empserver/blob - .travis.yml
swapsector: Notify affected sector owners
[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