Skip to content

Debug Travis build

Paul Zabelin edited this page Jan 3, 2020 · 1 revision

https://docs.travis-ci.com/user/running-build-in-debug-mode/

curl -s -X POST \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-H "Travis-API-Version: 3" \
-H "Authorization: token q0j_*********S8w" \
-d '{ "quiet": true }' \
https://api.travis-ci.org/job/631797147/debug
Clone this wiki locally