Don't install recommanded packages when building on Travis CI

This commit is contained in:
Jan Wagner 2013-12-02 13:55:37 +01:00
parent 95607b977a
commit 117e725045

View file

@ -2,7 +2,7 @@ language: c
install:
- 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:
- debuild -uc -us