Add travis-ci config

This commit is contained in:
Jan Wagner 2014-02-13 22:43:33 +01:00
parent 6adaea0ef1
commit 074ed96751
2 changed files with 16 additions and 0 deletions

15
.travis.yml Normal file
View 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
View file

@ -0,0 +1 @@
extend-diff-ignore = '^\.travis'