Liking cljdoc? Tell your friends :D

Debug Travis

Sometimes the build fails. Here are the steps to debug.

Travis docs

read -s token

read id

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/${id}/debug

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close