August 2018
Intermediate to advanced
416 pages
12h 37m
English
Remember that we can find all the options for a particular command in Travis by running the following command:
travis help
In the following screenshot, we run the help command for the accounts command:

There is an option called --debug which we will use to debug the HTTP request made to the Travis API. In the following screenshot we get additional information about the request made to Travis, such as the endpoint hit which is GET "accounts/" {:all=>true} as well as other information:

Read now
Unlock full access