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 builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
+kJump to recent docs
Move to previous article
Move to next article
+/Jump to the search field
× close