1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-01-19 03:52:52 +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