Add config for Travis CI to run the tests automatically.

This commit is contained in:
Christopher Peplin 2014-09-09 23:13:56 -04:00
parent c86ce093ce
commit 48356f96ce

5
.travis.yml Normal file
View file

@ -0,0 +1,5 @@
language: c
compiler:
- gcc
script: script/runtests.sh
before_install: script/bootstrap.sh