Hi there :wave:, it looks like you are using ci-helpers in your Travis configuration. This is an automated update made by the maintainers of ci-helpers - we have now made it so that it is no longer necessary to include the $TRAVIS_OS_NAME variable here:
This adds some new functionality, including the ability to run certain builds only for certain event types (push, cron, etc.) using the $EVENT_TYPE variable, and skipping only Travis builds using [skip travis] in commit messages. See the README for ci-helpers for more information on these options.
Note that for environmental :leaves: reasons, we have added [skip appveyor] to the commit message to avoid running AppVeyor for repositories that use it.
If you do not want to make this change, feel free to close the pull request
Thanks! :robot: :wave:
If there are issues with this pull request, please ping @astrofrog
Coverage remained the same at 90.149% when pulling 3e9b8b7073f2b0978df14ae095df55588745bbf3 on astrobot:ci-helpers-os into 5cfc1c3482aacfb5612af9a8d7d64aa90a27e795 on AstroHuntsman:master.
Hi there :wave:, it looks like you are using ci-helpers in your Travis configuration. This is an automated update made by the maintainers of ci-helpers - we have now made it so that it is no longer necessary to include the
$TRAVIS_OS_NAME
variable here:Instead you can now use:
This adds some new functionality, including the ability to run certain builds only for certain event types (
push
,cron
, etc.) using the$EVENT_TYPE
variable, and skipping only Travis builds using[skip travis]
in commit messages. See the README for ci-helpers for more information on these options.Note that for environmental :leaves: reasons, we have added
[skip appveyor]
to the commit message to avoid running AppVeyor for repositories that use it.If you do not want to make this change, feel free to close the pull request
Thanks! :robot: :wave:
If there are issues with this pull request, please ping
@astrofrog