How to make a commit get skipped on Travis CI
Jonathan "Duke" Leto
jonathan at leto.net
Mon Feb 27 17:41:08 UTC 2012
Howdy,
If you have a commit that you want to not trigger Travis tests (for
instance, you are fixing a typo or in a comment or something else that
*should* have no effect on the Parrot test suite) you can add this
anywhere in your commit message:
[ci skip]
Note, you should still run tests locally to make sure they pass! Use
the skip notation above saves the Travis worker pool about 1 hour of
CPU time, since we compile every Parrot commit under various
Configure.pl options and compilers.
http://about.travis-ci.org/docs/user/how-to-skip-a-build/
Duke
--
Jonathan "Duke" Leto <jonathan at leto.net>
Leto Labs LLC
209.691.DUKE // http://labs.leto.net
NOTE: Personal email is only checked twice a day at 10am/2pm PST,
please call/text for time-sensitive matters.
More information about the parrot-dev
mailing list