Skip to content
This repository was archived by the owner on Dec 11, 2022. It is now read-only.

Travis API

Dieter Adriaenssens edited this page Jun 6, 2015 · 4 revisions

Documentation

Travis CI API documentation

Examples

Download config data of build 577 of repo ruleant/getback_gps

curl https://api.travis-ci.org/repos/ruleant/getback_gps/builds?number=577 -H "Accept: application/vnd.travis-ci.2+json"

Download config data of buildjob with ID 62985775

curl https://api.travis-ci.org/jobs/62985775 -H "Accept: application/vnd.travis-ci.2+json"

Download log of buildjob with ID 62985775

wget https://api.travis-ci.org/jobs/62985775/log
Clone this wiki locally