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.
1 parent fa6c689 commit 4c51f3aCopy full SHA for 4c51f3a
.travis.yml
@@ -31,7 +31,7 @@ before_install:
31
# Setup ppa to make sure arm-none-eabi-gcc is correct version
32
- sudo add-apt-repository -y ppa:team-gcc-arm-embedded/ppa
33
# Loop until update succeeds (timeouts can occur)
34
- - while [ -n "$(sudo apt-get update 2>&1 |grep Failed)"; do :; done
+ - while [ -n "$(sudo apt-get update 2>&1 |grep Failed)" ]; do :; done
35
36
after_success:
37
- bash -c "$STATUS" success "Local $NAME testing has passed"
0 commit comments