Add configuration for travis-ci.org
This commit is contained in:
parent
eb431e69cf
commit
a44cdccb93
11
.travis.yml
Normal file
11
.travis.yml
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
language: c
|
||||||
|
|
||||||
|
install:
|
||||||
|
- sudo apt-get update -qq
|
||||||
|
- sudo apt-get install -qq debhelper python python-debian quilt autotools-dev
|
||||||
|
|
||||||
|
script:
|
||||||
|
- debuild -uc -us
|
||||||
|
|
||||||
|
#notifications:
|
||||||
|
# email: false
|
Loading…
Reference in a new issue