diff --git a/common/travis/build.sh b/common/travis/build.sh index 31402cdc3e..d00d57f12f 100755 --- a/common/travis/build.sh +++ b/common/travis/build.sh @@ -7,7 +7,8 @@ if [ "$1" != "$2" ]; then fi # Make sure `base-chroot` is really up-to-date -/hostrepo/xbps-src -f pkg base-chroot +/hostrepo/xbps-src -f pkg base-chroot || exit 1 +xbps-install --repository=/host/binpkgs -yu || exit 1 PKGS=$(/hostrepo/xbps-src sort-dependencies $(cat /tmp/templates))