Add devscripts to installed packages in .travis.yml
This commit is contained in:
parent
a44cdccb93
commit
2984489b21
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue