Add travis-ci configuration.

This commit is contained in:
Henrik Andersson 2016-09-20 09:06:36 +02:00
parent 50b39d114a
commit 7f7567d735

7
.travis.yml Normal file
View File

@ -0,0 +1,7 @@
language: c
compile:
-clang
-gcc
script: ./bootstrap && ./configure && make