1
0
mirror of https://github.com/osmarks/ngircd.git synced 2024-10-28 12:56:18 +00:00
ngircd/.travis.yml

6 lines
90 B
YAML
Raw Normal View History

2013-03-25 14:24:47 +00:00
language: c
compiler:
- gcc
- clang
script: ./autogen.sh && ./configure && make check