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
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: