aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-06-17 18:59:29 -0700
committerChris Rebert <[email protected]>2014-06-17 18:59:33 -0700
commitcb70382ed6866ce568be7488fd61c3d7eb8e9ac5 (patch)
treefeed2cb821490aef92b103b2726b4278de5f225e
parent5cfd6b515300a5c21762b6985d6bf54075410ef3 (diff)
downloadbootstrap-cb70382ed6866ce568be7488fd61c3d7eb8e9ac5.tar.xz
bootstrap-cb70382ed6866ce568be7488fd61c3d7eb8e9ac5.zip
Travis: per today's PyPI issues, travis_retry the pip install step
Also, remove deprecated --use-mirrors option
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index a2be177a2..68bbc94b7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,7 +2,7 @@ language: node_js
node_js:
- "0.10"
before_install:
- - time sudo pip install --use-mirrors -r test-infra/requirements.txt
+ - travis_retry sudo time pip install -r test-infra/requirements.txt
- rvm use 1.9.3 --fuzzy
- export GEMDIR=$(rvm gemdir)
- if [ "$TWBS_TEST" = validate-html ]; then echo "ruby=$(basename $GEMDIR) jekyll=$JEKYLL_VERSION" > pseudo_Gemfile.lock; fi