Skip to content

Commit 4cf53fe

Browse files
authored
Merge pull request #6125 from cmonr/travis-param-lacks-quotes
Add quotes around MBED_BOT parameter
2 parents 24a3acd + 04f1d96 commit 4cf53fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ python:
55
env:
66
global:
77
- >
8-
STATUS=$'curl -so/dev/null --user $MBED_BOT --request POST
8+
STATUS=$'curl -so/dev/null --user "$MBED_BOT" --request POST
99
https://api.github.com/repos/$TRAVIS_REPO_SLUG/statuses/${TRAVIS_PULL_REQUEST_SHA:-$TRAVIS_COMMIT}
1010
--data @- << DATA\n{
1111
"state": "$0",

0 commit comments

Comments
 (0)