Disable Travis CI.

- Remove .travis.yml, common/travis/docker.sh.
- Change references to travis to be more generic.
- Manual.md: Orient against using CI logs in broken= or nocross=.
This commit is contained in:
Érico Rolim 2020-11-16 23:42:30 -03:00 committed by Johannes
parent 387bd1f59f
commit d6c8f1b99e
5 changed files with 4 additions and 65 deletions

View file

@ -486,7 +486,7 @@ if [ -z "$IN_CHROOT" ]; then
fi
# Forbid root unless XBPS_ALLOW_CHROOT_BREAKOUT is set
# (for travis CI).
# (for CI).
if [ -z "$IN_CHROOT" -a "$UID" -eq 0 -a -z "$XBPS_ALLOW_CHROOT_BREAKOUT" ]; then
echo "ERROR: xbps-src cannot be used as root." 1>&2
exit 1