diff --git a/scripts/travis/.travis.yml b/scripts/travis/.travis.yml index d9d1bf9cf..2f46ea39d 100644 --- a/scripts/travis/.travis.yml +++ b/scripts/travis/.travis.yml @@ -83,7 +83,7 @@ deploy: branch: master php: 5.6 - provider: script - script: blt deploy -Ddeploy.commitMsg="Automated commit by Travis CI for Build ${TRAVIS_TAG}" -Ddeploy.tag="${TRAVIS_TAG}" + script: blt deploy -Ddeploy.commitMsg="Automated commit by Travis CI for Build ${TRAVIS_TAG}" -Ddeploy.tag="${TRAVIS_TAG}" -Ddeploy.branch="${TRAVIS_BRANCH}-build" skip_cleanup: true on: tags: true