remove some outdated references to travis

This commit is contained in:
nhmall
2022-01-29 08:34:58 -05:00
parent 9f9551bdb3
commit c2024b8990
4 changed files with 5 additions and 5 deletions

View File

@@ -1,10 +1,10 @@
#!/bin/sh
set -x
if [ -z "$TRAVIS_BUILD_DIR" ]; then
if [ -z "$CI_BUILD_DIR" ]; then
export DJGPP_TOP=$(pwd)/lib/djgpp
else
export DJGPP_TOP="$TRAVIS_BUILD_DIR/lib/djgpp"
export DJGPP_TOP="$CI_BUILD_DIR/lib/djgpp"
fi
if [ -z "$GCCVER" ]; then