captncraig
captncraig

Reputation: 23078

Can the commit status message be customized in Travis CI?

Our project runs multiple checks in Travis CI. When a build fails, it would be great to have an indication on github of what went wrong. If we could have it say "compile failed", or "tests failed", or "style conflicts" or whatever it would be easier than having to scan the build log for details.

As it is, the only status github is given is "The Travis CI build failed". Does travis have any facility to customize this message as things fail in my build?

Upvotes: 5

Views: 279

Answers (1)

roidrage
roidrage

Reputation: 2341

The message used for Travis CI commit status messages can't be customized at the moment.

Upvotes: 3

Related Questions