travis-ci: Add travis-ci config

This commit is contained in:
Jan Wagner 2014-02-13 22:39:38 +01:00
parent a154d1ab70
commit 9d9887c769
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 autotools-dev libconfig-inifiles-perl perl-modules
script:
- debuild -uc -us
#notifications:
# email: false

1
debian/source/options vendored Normal file
View file

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