Skip to content

Commit

Permalink
Only print files to check if the scope isn't all
Browse files Browse the repository at this point in the history
There's no need to print out the files to check if we're checking all of them.
  • Loading branch information
rmccue authored Feb 8, 2017
1 parent 85f9cf4 commit 0587dc6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion travis.script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
set -e

echo "## Checking files, scope $CHECK_SCOPE:"
cat "$TEMP_DIRECTORY/paths-scope"
if [[ $CHECK_SCOPE != "all" ]]; then
cat "$TEMP_DIRECTORY/paths-scope"
fi
echo

check_execute_bit
Expand Down

0 comments on commit 0587dc6

Please sign in to comment.