diff --git a/.travis.yml b/.travis.yml index 8bbe162dd4c..d66d7e6bed9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -55,7 +55,7 @@ jobs: - git commit -m "${COMMIT_MSG}" - git push --quiet origin master - - if [ "${TRAVIS_TAG}" != "" ]; then git tag -s ${TRAVIS_TAG} -m "${TRAVIS_TAG}" && git push --quiet origin ${TRAVIS_TAG}; fi + - if [ "${TRAVIS_TAG}" != "" ]; then git tag -m "${TRAVIS_TAG}" && git push --quiet origin ${TRAVIS_TAG}; fi # Stage 1 -