mirror of
https://github.com/rectorphp/rector.git
synced 2025-04-04 23:52:28 +02:00
travis: differ between stable tag and push of phar
This commit is contained in:
parent
e04e496be9
commit
f177f4ed7e
14
.travis.yml
14
.travis.yml
@ -48,9 +48,21 @@ jobs:
|
||||
- git config user.email "travis@travis-ci.org"
|
||||
- git config user.name "Travis CI"
|
||||
- git add rector rector.phar
|
||||
- git commit -m "Updated Rector to commit ${TRAVIS_COMMIT}"
|
||||
|
||||
- if [ "${TRAVIS_TAG}" != "" ]; then
|
||||
COMMIT_MSG="Rector ${TRAVIS_TAG}"
|
||||
else
|
||||
COMMIT_MSG="Updated Rector to commit ${TRAVIS_COMMIT}"
|
||||
fi
|
||||
|
||||
- git commit -S -m "${COMMIT_MSG}" -m "${GIT_LOG}"
|
||||
- git push --quiet origin master
|
||||
|
||||
- if [ "${TRAVIS_TAG}" != "" ]; then
|
||||
git tag -s ${TRAVIS_TAG} -m "${TRAVIS_TAG}"
|
||||
git push --quiet origin ${TRAVIS_TAG}
|
||||
fi
|
||||
|
||||
# Stage 1
|
||||
-
|
||||
stage: test
|
||||
|
Loading…
x
Reference in New Issue
Block a user