maybe it needs to be in env

This commit is contained in:
Leijurv 2018-09-25 07:37:08 -07:00
parent 17591736c4
commit 50ea3d7b93
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A
1 changed files with 3 additions and 1 deletions

View File

@ -1,11 +1,13 @@
language: java
env:
- VERSION = $(cat ../../build.gradle| grep "version '" | cut -d "'" -f 2-2)
install:
- ./gradlew test
- ./gradlew build
script:
- VERSION = $(cat ../../build.gradle| grep "version '" | cut -d "'" -f 2-2)
- wget https://downloads.sourceforge.net/project/proguard/proguard/6.0/proguard6.0.3.zip
- unzip proguard6.0.3.zip 2>&1 > /dev/null
- cd build/libs