From 99aa0c1fbf170eeef8f71ae16eb5954ac13d33e4 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Fri, 9 Mar 2018 11:39:16 -0800 Subject: [PATCH] turn on --tool in travis so I know why the install failed --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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: -- 2.39.2