Add config for Travis CI to run the tests automatically.
This commit is contained in:
parent
c86ce093ce
commit
48356f96ce
1 changed files with 5 additions and 0 deletions
5
.travis.yml
Normal file
5
.travis.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
language: c
|
||||
compiler:
|
||||
- gcc
|
||||
script: script/runtests.sh
|
||||
before_install: script/bootstrap.sh
|
Loading…
Reference in a new issue