Skip to content

Commit 231236c

Browse files
Cruz Monrreal IICruz Monrreal II
authored andcommitted
Made status updating silent again
1 parent d48a5f4 commit 231236c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/test/travis-ci/functions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ set_status()
1818
'target_url': 'https://travis-ci.org/${TRAVIS_REPO_SLUG}/jobs/${TRAVIS_JOB_ID}'
1919
}" tr "'" '"')
2020

21-
curl --verbose --user "${MBED_BOT}" --request POST \
21+
curl --silent --output /dev/null --user "${MBED_BOT}" --request POST \
2222
"https://api.github.com/repos/${TRAVIS_REPO_SLUG}/statuses/${TRAVIS_PULL_REQUEST_SHA:-$TRAVIS_COMMIT}" \
2323
--data @- <<< "${payload}"
2424
}

0 commit comments

Comments
 (0)