Travis CI API Docs

Lint

This validates the .travis.yml file and returns any warnings.

The request body can contain the content of the .travis.yml file directly as a string, eg "foo: bar".

Attributes

NameTypeDescription
warningsArrayAn array of hashes with keys and warnings.

Actions

Lint

POST
/lint

Example:POST /lint