1
0
mirror of https://github.com/osmarks/ngircd.git synced 2024-10-28 04:46:17 +00:00

Add Travis-CI configuration file

This commit is contained in:
Alexander Barton 2013-03-25 15:24:47 +01:00
parent a14eb495b7
commit 7ed06b2189

5
.travis.yml Normal file
View File

@ -0,0 +1,5 @@
language: c
compiler:
- gcc
- clang
script: ./autogen.sh && ./configure && make check