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:
parent
387bd1f59f
commit
d6c8f1b99e
5 changed files with 4 additions and 65 deletions
2
xbps-src
2
xbps-src
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue