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

@@ -199,7 +199,7 @@ USE_DLB = Y
#==========================================
#==========================================
ifdef TRAVIS_COMPILER
ifdef CI_COMPILER
cc = i686-w64-mingw32-gcc.exe
ld = i686-w64-mingw32-gcc.exe
rc = windres --target=pe-i386
@@ -768,7 +768,7 @@ TO_INSTALL += $(DLB)
endif
install: $(TO_INSTALL)
ifdef TRAVIS_COMPILER
ifdef CI_COMPILER
ls -l $(SRC)
ls -l $(DAT)
ls -l $(UTIL)