|
|
|
@ -7,7 +7,7 @@ rev=$(git rev-parse --short HEAD)
|
|
|
|
|
git config --global user.name "Travis CI"
|
|
|
|
|
git config --global user.email "jack.humb+travis.ci@gmail.com"
|
|
|
|
|
|
|
|
|
|
if [[ "$TRAVIS_BRANCH" == "master" ]] ; then
|
|
|
|
|
if [[ "$TRAVIS_BRANCH" == "master" && "$TRAVIS_PULL_REQUEST" == "false" ]] ; then
|
|
|
|
|
|
|
|
|
|
increment_version ()
|
|
|
|
|
{
|
|
|
|
|