Skip to content

Commit

Permalink
Use travis_retry to install stuff.
Browse files Browse the repository at this point in the history
  • Loading branch information
sas committed May 13, 2016
1 parent 3d8a682 commit c7d517f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 69,8 @@ matrix:
osx_image: xcode7.3
env: TARGET="Darwin-X86_64" CLANG="1"

before_install: ./Support/Testing/Travis/before-install.py
install: ./Support/Testing/Travis/install.py
# Use travis_retry during install to reduce the impact of network failures.
before_install: travis_retry ./Support/Testing/Travis/before-install.py
install: travis_retry ./Support/Testing/Travis/install.py
script: ./Support/Testing/Travis/script.sh
after_success: ./Support/Testing/Travis/after_success.sh

0 comments on commit c7d517f

Please sign in to comment.