Skip to content

Commit dd6e16d

Browse files
author
Matthew Fisher
committed
docs(contributing): add skip ci tag
You can skip a build on TravisCI by adding the skip ci tag to the commit message. This formalizes that process in the documentation. ref: http://docs.travis-ci.com/user/how-to-skip-a-build/
1 parent 7ab736e commit dd6e16d

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

docs/contributing/standards.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,3 +307,17 @@ Examples
307307
character size.
308308
309309
closes #392
310+
311+
Forcing no Build for TravisCI
312+
"""""""""""""""""""""""""""""
313+
314+
If you're committing a PR that is just a small typo fix or a README change, you can force
315+
TravisCI to not build your commit by adding [skip ci] below the message body. For example:
316+
317+
.. code-block:: console
318+
319+
fix(README): typo
320+
321+
It's spelled tomato, not tomatoe.
322+
323+
[skip ci]

0 commit comments

Comments
 (0)