mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
spell check: fix travis condition
This commit is contained in:
parent
f924578b63
commit
d766159826
@ -28,7 +28,7 @@ if [[ "$OSTYPE" =~ darwin* ]]; then
|
||||
fi
|
||||
|
||||
# ARGUMENTS
|
||||
INTERACTIVE=$( ( tty -s || [[ $TRAVIS ~= true ]] ) && echo YES || echo NO)
|
||||
INTERACTIVE=$( ( tty -s || [[ "$TRAVIS" =~ true ]] ) && echo YES || echo NO)
|
||||
DEBUG=NO
|
||||
OUTPUTLOG=""
|
||||
while getopts ":rdl:" opt; do
|
||||
|
Loading…
x
Reference in New Issue
Block a user