Add Travis configuration

This commit is contained in:
Pieter Noordhuis 2013-01-26 11:28:19 -08:00
parent f05909cd53
commit eee78a7140
1 changed files with 6 additions and 0 deletions

6
.travis.yml Normal file
View File

@ -0,0 +1,6 @@
language: c
compiler:
- gcc
- clang
script: make && make check