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 24a3acd + 04f1d96 commit 4cf53feCopy full SHA for 4cf53fe
.travis.yml
@@ -5,7 +5,7 @@ python:
5
env:
6
global:
7
- >
8
- STATUS=$'curl -so/dev/null --user $MBED_BOT --request POST
+ STATUS=$'curl -so/dev/null --user "$MBED_BOT" --request POST
9
https://api.github.com/repos/$TRAVIS_REPO_SLUG/statuses/${TRAVIS_PULL_REQUEST_SHA:-$TRAVIS_COMMIT}
10
--data @- << DATA\n{
11
"state": "$0",
0 commit comments