Skip to content

Commit

Permalink
MAINT remove superflous repo unshallowing in flake8_diff.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
lesteve committed Dec 5, 2016
1 parent 1f278e1 commit fc3bec7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build_tools/travis/flake8_diff.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ if [[ "$TRAVIS" == "true" ]]; then
COMMIT_RANGE=$TRAVIS_COMMIT_RANGE
fi
else
# We need to unshallow here too ...
git fetch --unshallow || echo "Unshallowing the git checkout failed"
# We want to fetch the code as it is in the PR branch and not
# the result of the merge into master. This way line numbers
# reported by Travis will match with the local code.
Expand Down

0 comments on commit fc3bec7

Please sign in to comment.