trigger travis CI build only with specific commit message

Viewed 2447

I want travis to start only if I have a certian commit message. how can i do this. My travis.yml file is here

I know there is an on condition from this question but I dont know where to put it.

1 Answers
Related