Don't install recommanded packages when building on Travis CI
This commit is contained in:
parent
95607b977a
commit
117e725045
|
@ -2,7 +2,7 @@ language: c
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- sudo apt-get update -qq
|
- sudo apt-get update -qq
|
||||||
- sudo apt-get install -qq debhelper devscripts python python-debian quilt autotools-dev
|
- sudo apt-get install -qq --no-install-recommends debhelper devscripts python python-debian quilt autotools-dev
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- debuild -uc -us
|
- debuild -uc -us
|
||||||
|
|
Loading…
Reference in a new issue