We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e6e15d1 + dd6e16d commit df58361Copy full SHA for df58361
1 file changed
docs/contributing/standards.rst
@@ -307,3 +307,17 @@ Examples
307
character size.
308
309
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