Skip to content

Commit

Permalink
CI: make travis retry the build (#7043)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcardiff authored Nov 7, 2018
1 parent 710c5ae commit efe0f11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ before_install:

install:
- export CURRENT_TAG=$TRAVIS_TAG
- bin/ci prepare_build
- travis_retry bin/ci prepare_build

script:
- bin/ci build
- travis_retry bin/ci build

branches:
only:
Expand Down

0 comments on commit efe0f11

Please sign in to comment.