First attempt at Travis Continuous integration builds

This commit is contained in:
William S Fulton 2013-03-16 17:43:08 +00:00
commit 9227604424

5
.travis.yml Normal file
View file

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