Reorder and comment .travis.yml

This commit is contained in:
Jan Wagner 2014-02-16 23:38:22 +01:00
parent 3fdd115fd0
commit a7bef618be
2 changed files with 7 additions and 1 deletions

View file

@ -1,10 +1,15 @@
language: c
install:
before_install:
# update package list
- sudo apt-get update -qq
install:
# install build dependencies
- sudo apt-get install -qq --no-install-recommends debhelper devscripts python python-debian quilt autotools-dev
script:
# build the debian package
- debuild -uc -us
#notifications:

1
debian/source/options vendored Normal file
View file

@ -0,0 +1 @@
extend-diff-ignore = '(^|/)(\.travis\.yml|\.git|\.gitgnore|config\.sub|config\.guess)'