aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike McQuaid2015-09-22 09:20:18 +0100
committerXu Cheng2015-09-23 21:46:44 +0800
commit9c5427d9a9a0cccc056d762ec9e8280d52c40237 (patch)
tree2df5e15f6437a1592674a8307312edd38de3b403
parenta782406cc33b6833477bbe4191c67fd569666304 (diff)
downloadbrew-9c5427d9a9a0cccc056d762ec9e8280d52c40237.tar.bz2
travis.yml: retry git fetch.
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 2ba68454a..4984c1c2f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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