Add travis-ci config
This commit is contained in:
parent
09c4c1b92b
commit
1bb96e11dd
15
.travis.yml
Normal file
15
.travis.yml
Normal file
|
@ -0,0 +1,15 @@
|
|||
language: c
|
||||
|
||||
install:
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-get install -qq --no-install-recommends devscripts libwww-perl
|
||||
- uscan --force-download
|
||||
- sudo apt-get purge -qq libwww-perl
|
||||
- sudo apt-get autoremove -qq
|
||||
- sudo apt-get install -qq --no-install-recommends debhelper dpatch
|
||||
|
||||
script:
|
||||
- debuild -uc -us
|
||||
|
||||
#notifications:
|
||||
# email: false
|
1
debian/source/options
vendored
Normal file
1
debian/source/options
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
extend-diff-ignore = '^\.travis'
|
Loading…
Reference in a new issue