Add TravisCI configuration

This commit is contained in:
Joost Rijneveld 2017-10-31 17:32:05 +01:00
parent b78d0756d0
commit 0ad434698c
No known key found for this signature in database
GPG Key ID: A4FE39CF49CBC553

7
.travis.yml Normal file
View File

@ -0,0 +1,7 @@
language: c
os:
- linux
compiler:
- gcc
script:
- make test