From: Don Armstrong Date: Fri, 9 Mar 2018 19:39:16 +0000 (-0800) Subject: turn on --tool in travis so I know why the install failed X-Git-Url: https://git.donarmstrong.com/?p=debbugs.git;a=commitdiff_plain;h=99aa0c1fbf170eeef8f71ae16eb5954ac13d33e4 turn on --tool in travis so I know why the install failed --- diff --git a/.travis.yml b/.travis.yml index b6f1be8..8d224a7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,10 @@ before_install: - sudo apt-get -qq update - sudo apt-get install -y devscripts equivs - dch -r -m '' - - mk-build-deps -s sudo -i debian/control + - > + mk-build-deps -s sudo --install + --tool "apt-get -o Debug::pkgProblemResolver=yes --no-install-recommends" + debian/control script: - make; make test notifications: