Skip to content

Commit e87aedb

Browse files
authored
Merge pull request #7 from jkent/use-ci-var
Use %CI% instead of %APPVEYOR%
2 parents d0df38e + 4efb5bb commit e87aedb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install_script.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ SET ERROR=1
325325

326326
:Exit
327327
cd %CALLDIR%
328-
if "%APPVEYOR%"=="" (
328+
if "%CI%"=="" (
329329
if not defined ISINSTANCE (
330330
pause
331331
)

0 commit comments

Comments
 (0)