Skip to content

Commit

Permalink
retry stability for osx builds update brew step on travicCI found in PR
Browse files Browse the repository at this point in the history
  • Loading branch information
kendrick-walls-work committed Sep 11, 2019
1 parent 8c4a257 commit 872fb25
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ matrix:

before_install:
# Install bats on OSX through brew
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew update && brew install bats; fi
# retry via travis_retry because brew sometimes hangs
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then travis_retry brew update && travis_retry brew install bats; fi

notifications:
irc:
Expand Down

0 comments on commit 872fb25

Please sign in to comment.