Add travis file for testing
This commit is contained in:
8
.travis.yml
Normal file
8
.travis.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
language: c
|
||||
compiler:
|
||||
- gcc
|
||||
- clang
|
||||
notifications:
|
||||
email: false
|
||||
script:
|
||||
- make && make check
|
||||
Reference in New Issue
Block a user