2 changed files with 14 additions and 14 deletions
@ -61,18 +61,18 @@ script: |
|||||||
- sencha audit |
- sencha audit |
||||||
- npm run setup:${TRAVIS_OS_NAME} |
- npm run setup:${TRAVIS_OS_NAME} |
||||||
|
|
||||||
after_success: |
# after_success: |
||||||
- git config --global user.email "[email protected]" |
# - git config --global user.email "[email protected]" |
||||||
- git config --global user.name "Travis" |
# - git config --global user.name "Travis" |
||||||
- if [ ${CURRENT_BRANCH} == "testing" ]; then |
# - if [ ${CURRENT_BRANCH} == "testing" ]; then |
||||||
export TRAVIS_TAG="snapshot-testing"; |
# export TRAVIS_TAG="snapshot-testing"; |
||||||
git tag -f ${TRAVIS_TAG} -a -m "Automatic snapshot for testing [skip ci]"; |
# git tag -f ${TRAVIS_TAG} -a -m "Automatic snapshot for testing [skip ci]"; |
||||||
(git push -q https://${TAGPERM}@github.com/TheGoddessInari/rambox --tags -f) > /dev/null 2>&1; |
# (git push -q https://${TAGPERM}@github.com/TheGoddessInari/rambox --tags -f) > /dev/null 2>&1; |
||||||
elif [ ${CURRENT_BRANCH} == "master" ]; then |
# elif [ ${CURRENT_BRANCH} == "master" ]; then |
||||||
export TRAVIS_TAG="snapshot-master"; |
# export TRAVIS_TAG="snapshot-master"; |
||||||
git tag -f ${TRAVIS_TAG} -a -m "Automatic snapshot for master [skip ci]"; |
# git tag -f ${TRAVIS_TAG} -a -m "Automatic snapshot for master [skip ci]"; |
||||||
(git push -q https://${TAGPERM}@github.com/TheGoddessInari/rambox --tags -f) > /dev/null 2>&1; |
# (git push -q https://${TAGPERM}@github.com/TheGoddessInari/rambox --tags -f) > /dev/null 2>&1; |
||||||
fi |
# fi |
||||||
|
|
||||||
# deploy: |
# deploy: |
||||||
# - provider: releases # Snapshot tags |
# - provider: releases # Snapshot tags |
||||||
|
Loading…
Reference in new issue