Skip to content

Commit

Permalink
travis.yml: retry git fetch.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid authored and xu-cheng committed Sep 23, 2015
1 parent a782406 commit 9c5427d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ before_install:
- export TRAVIS_BUILD_DIR="/usr/local"
- sudo chown -R $USER /usr/local
- cd /usr/local
- if [ -f ".git/shallow" ]; then git fetch --unshallow; fi
- if [ -f ".git/shallow" ]; then travis_retry git fetch --unshallow; fi
- git reset --hard $TRAVIS_COMMIT
- git clean -qxdff

Expand Down

0 comments on commit 9c5427d

Please sign in to comment.