Add .travis.yml
This commit is contained in:
parent
9ce73f07e5
commit
a3e13fa37d
8
.travis.yml
Normal file
8
.travis.yml
Normal file
@ -0,0 +1,8 @@
|
||||
language: c
|
||||
compiler:
|
||||
- clang
|
||||
- gcc
|
||||
before_script:
|
||||
- ./autogen.sh
|
||||
- ./configure
|
||||
script: make check
|
Loading…
Reference in New Issue
Block a user