AstroHuntsman / gunagala

4 stars 9 forks source link

Update .travis.yml to not specify TRAVIS_OS_NAME when running ci-helpers #9

Closed astrobot closed 5 years ago

astrobot commented 6 years ago

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:

source ci-helpers/travis/setup_conda_$TRAVIS_OS_NAME.sh

Instead you can now use:

source ci-helpers/travis/setup_conda.sh

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

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 90.149% when pulling 3e9b8b7073f2b0978df14ae095df55588745bbf3 on astrobot:ci-helpers-os into 5cfc1c3482aacfb5612af9a8d7d64aa90a27e795 on AstroHuntsman:master.