Skip to content

Commit

Permalink
verbose check spelling test to detect issue on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed May 18, 2017
1 parent d1cc574 commit ffe5e1c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/spell_check/check_spelling.sh
Expand Up @@ -17,6 +17,11 @@
# -r: deactivate interactive mode to fix errors
# optional argument: list of files to be checked

# temporarly display all commands to debug issues in TRAVIS
if [[ $TRAVIS =~ true ]]; then
set -x
fi

DIR=$(git rev-parse --show-toplevel)/scripts/spell_check

AGIGNORE=${DIR}/.agignore
Expand Down

0 comments on commit ffe5e1c

Please sign in to comment.