diff --git a/common/travis/build.sh b/common/travis/build.sh index c7049c260c..916c25515d 100755 --- a/common/travis/build.sh +++ b/common/travis/build.sh @@ -8,6 +8,7 @@ fi # Make sure `base-chroot` is really up-to-date /hostrepo/xbps-src -H "$HOME"/hostdir -f pkg base-chroot || exit 1 +xbps-install --repo="$HOME"/hostdir/binpkgs -yu || exit 1 xbps-install --repo="$HOME"/hostdir/binpkgs -yf base-chroot || exit 1 # remove autodeps xbps-remove -yo || exit 1