travis/build.sh: simplify logic

This commit is contained in:
Juan RP 2020-01-05 08:32:29 +01:00
parent d547e90018
commit 81b2dc578e
1 changed files with 0 additions and 1 deletions

View File

@ -9,7 +9,6 @@ fi
# Make sure `base-chroot` is really up-to-date
/hostrepo/xbps-src -H "$HOME"/hostdir -E 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