Skip to content

Instantly share code, notes, and snippets.

@sourencho
Created November 5, 2019 17:22
Show Gist options
  • Save sourencho/3ae15ba0e634a3e0ccceebbb7a27a391 to your computer and use it in GitHub Desktop.
Save sourencho/3ae15ba0e634a3e0ccceebbb7a27a391 to your computer and use it in GitHub Desktop.
curl -s -X POST \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-H "Travis-API-Version: 3" \
-H "Authorization: token <TOKEN>" \
-d '{ "quiet": true }' \
https://api.travis-ci.com/job/<JOB_ID>/debug
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment