Skip to content

Commit 6cc58f3

Browse files
committed
print spell check progress on Travis to avoid timeouts
1 parent f441dd9 commit 6cc58f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/spell_check/check_spelling.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ if [[ "$OSTYPE" =~ darwin* ]]; then
2828
fi
2929

3030
# ARGUMENTS
31-
INTERACTIVE=$(tty -s && echo YES || echo NO)
31+
INTERACTIVE=$( ( tty -s || [[ $TRAVIS ~= true ]] ) && echo YES || echo NO)
3232
DEBUG=NO
3333
OUTPUTLOG=""
3434
while getopts ":rdl:" opt; do

0 commit comments

Comments
 (0)