Add devscripts to installed packages in .travis.yml

This commit is contained in:
Jan Wagner 2013-12-02 00:23:05 +01:00
parent a44cdccb93
commit 2984489b21

View file

@ -2,7 +2,7 @@ language: c
install: install:
- sudo apt-get update -qq - sudo apt-get update -qq
- sudo apt-get install -qq debhelper python python-debian quilt autotools-dev - sudo apt-get install -qq debhelper devscripts python python-debian quilt autotools-dev
script: script:
- debuild -uc -us - debuild -uc -us