Stevie-Ray / referrer-spam-blocker

Apache, Nginx, IIS, uWSGI, Caddy & Varnish blacklist + Google Analytics segments to prevent referrer spam traffic 🤖
MIT License
374 stars 86 forks source link

Stop travis doing 2 builds for one tag push - [ci skip] tag in commit… #115

Closed mitchellkrogza closed 7 years ago

mitchellkrogza commented 7 years ago

Fixes Travis incrementing build numbers incorrectly by 2 instead of 1.

Description

Simply adds [ci skip] into commit message to stop Travis doing a subsequent build after the first build. Solves incrementing of build numbering by 2 instead of 1.

Motivation and Context

Stop TravisCI doing a duplicate build after pushing tags.

How Has This Been Tested?

Tested and solved after 100's of hours of testing on one of my test repo's. Finally discovered the magical [ci skip] tag. Hope this helps you as I learned my early beginnings of TravisCI from your repo.

Screenshots (if appropriate):

Types of changes

Simple change to commit message using [ci skip] tag

Checklist:

Stevie-Ray commented 7 years ago

thanks @mitchellkrogza! 👍