Skip to content

Commit

Permalink
chore: remove 'v' from version string
Browse files Browse the repository at this point in the history
  • Loading branch information
skylot committed Aug 26, 2018
1 parent 6250ebd commit 1b0b526
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ before_install:
env:
global:
- TERM=dumb
- JADX_VERSION="$(git describe --abbrev=0 --tags)-b$TRAVIS_BUILD_NUMBER-$(git rev-parse --short HEAD)"
- JADX_LAST_TAG=$(git describe --abbrev=0 --tags)
- JADX_VERSION="${JADX_LAST_TAG:1}-b$TRAVIS_BUILD_NUMBER-$(git rev-parse --short HEAD)"

matrix:
include:
Expand Down

0 comments on commit 1b0b526

Please sign in to comment.