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

@@ -490,7 +490,7 @@ DATABASE = $(DAT)\data.base
# ctags options
#
#CTAGSCMD=ctags-orig.exe
!IF "$(TRAVIS_BUILD_DIR)" != ""
!IF "$(CI_BUILD_DIR)" != ""
CTAGSCMD=..\lib\ctags\ctags.exe
!ELSE
CTAGSCMD=..\..\..\ctags\ctags.exe