We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
brew
1 parent 5e522d7 commit 98dd82cCopy full SHA for 98dd82c
.travis.yml
@@ -96,7 +96,8 @@ matrix:
96
os: osx
97
osx_image: xcode7
98
install:
99
- - brew update && brew install xz
+ - travis_retry brew update
100
+ - travis_retry brew install xz
101
- *osx_install_sccache
102
- env: >
103
RUST_CHECK_TARGET=dist
@@ -109,7 +110,8 @@ matrix:
109
110
111
112
113
114
115
116
117
# "alternate" deployments, these are "nightlies" but don't have assertions
@@ -128,7 +130,8 @@ matrix:
128
130
129
131
132
133
134
135
136
137
env:
0 commit comments