trigger travis CI build only with specific commit message
问题 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: The question you mentioned regards deploying travis build. So on: condition only determines if build is deployed or not. Regardless this setting other build steps are executed on each commit/pull request. What you could use instead is adding [ci-skip] or [skip-ci] in commit messages to force build