Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
print spell check progress on Travis to avoid timeouts
  • Loading branch information
3nids committed Feb 21, 2017
1 parent f441dd9 commit 6cc58f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/spell_check/check_spelling.sh
Expand Up @@ -28,7 +28,7 @@ if [[ "$OSTYPE" =~ darwin* ]]; then
fi

# ARGUMENTS
INTERACTIVE=$(tty -s && echo YES || echo NO)
INTERACTIVE=$( ( tty -s || [[ $TRAVIS ~= true ]] ) && echo YES || echo NO)
DEBUG=NO
OUTPUTLOG=""
while getopts ":rdl:" opt; do
Expand Down

0 comments on commit 6cc58f3

Please sign in to comment.