Add travis-ci config.

This commit is contained in:
Felicity Tarnell 2014-01-30 18:03:12 +00:00
parent fc22ce88b2
commit f4fe5eb0da

7
.travis.yml Normal file
View file

@ -0,0 +1,7 @@
language: c
compiler:
- gcc
- clang
env:
- CPPFLAGS="-Wall -Wno-unused-parameter -Wno-parentheses -Wno-implicit-int -Wno-missing-field-initializers"
script: mkdir build && cd build && ../configure && make && sudo make install