Skip to content

Commit 04f1d96

Browse files
committed
Added quotes around MBED_BOT parameter
1 parent bc4dea2 commit 04f1d96

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)