Skip to content

Commit df58361

Browse files
author
Matthew Fisher
committed
Merge pull request #886 from deis/docs-no-ci
docs(contributing): add skip ci tag
2 parents e6e15d1 + dd6e16d commit df58361

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)