Add travis-ci config

This commit is contained in:
Jan Wagner 2014-02-13 22:41:37 +01:00
parent 8260b991de
commit 7bffbb7ea4
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 libpcap0.8-dev hardening-wrapper
script:
- debuild -uc -us
#notifications:
# email: false

1
debian/source/options vendored Normal file
View file

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