From 11a4d37c37336b4c1b3138d55eed2f8384cd04b6 Mon Sep 17 00:00:00 2001 From: Aaron Raimist Date: Tue, 8 Jan 2019 17:34:52 -0600 Subject: [PATCH] Set Bintray version to be the same as the in app version This is needed for Homebrew Cask. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d029f53..7718dc2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ script: before_deploy: - mv ${DEPLOY_DIR}/bin/spectral.dmg ./ -- sed -i -e "s/TRAVIS_BUILD_NUMBER/$(git rev-list --count HEAD)/g" .ci/bintray-release.json +- sed -i -e "s/TRAVIS_BUILD_NUMBER/0.0.0.$(git rev-list --count HEAD)/g" .ci/bintray-release.json deploy: - provider: bintray