Commit 1b0b5268 authored by Skylot's avatar Skylot

chore: remove 'v' from version string

parent 6250ebdd
...@@ -15,7 +15,8 @@ before_install: ...@@ -15,7 +15,8 @@ before_install:
env: env:
global: global:
- TERM=dumb - 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: matrix:
include: include:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment