summary refs log tree commit diff
diff options
context:
space:
mode:
authorredsky17 <joedonofry@gmail.com>2019-01-31 04:13:20 +0000
committerredsky17 <joedonofry@gmail.com>2019-01-31 04:13:20 +0000
commitdc2d63bae3f8d6fd060febad6a5a141a7699d318 (patch)
tree83c86cb55962ab3a31f2b1a8b8094d072819b63d
parentBinTray deploy on all commits (diff)
downloadnheko-dc2d63bae3f8d6fd060febad6a5a141a7699d318.tar.xz
Change TRAVIS_TAG to TRAVIS_COMMIT
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml

index 4fba1558..03de9755 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -71,7 +71,7 @@ install: script: - ./.ci/script.sh - - sed -i -e "s/VERSION_NAME_VALUE/${TRAVIS_TAG}/g" ./.ci/bintray-release.json || true + - sed -i -e "s/VERSION_NAME_VALUE/${TRAVIS_COMMIT}/g" ./.ci/bintray-release.json || true - cp ./.ci/bintray-release.json . deploy: - provider: bintray