We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cffa1c0 + fa8020e commit 0a0cc58Copy full SHA for 0a0cc58
.travis.yml
@@ -40,7 +40,7 @@ before_install:
40
# Setup ppa to make sure arm-none-eabi-gcc is correct version
41
- sudo add-apt-repository -y ppa:team-gcc-arm-embedded/ppa
42
# Loop until update succeeds (timeouts can occur)
43
- - while [ -n "$(sudo apt-get update 2>&1 |grep Failed)" ]; do :; done
+ - travis_retry $(! sudo apt-get update 2>&1 |grep Failed)
44
45
after_success:
46
- bash -c "$STATUS" success "Local $NAME testing has passed"
0 commit comments