Add Travis configuration
This commit is contained in:
parent
f05909cd53
commit
eee78a7140
6
.travis.yml
Normal file
6
.travis.yml
Normal file
@ -0,0 +1,6 @@
|
||||
language: c
|
||||
compiler:
|
||||
- gcc
|
||||
- clang
|
||||
|
||||
script: make && make check
|
Loading…
Reference in New Issue
Block a user