Add Travis CI file that should do a release build

pull/81/head
interfect 4 years ago committed by GitHub
parent 687c000fa5
commit 27159f655a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,4 @@
language: android
dist: trusty
script:
- ./gradlew assembleForkRelease -PversionName="$(git describe --tags HEAD)"
Loading…
Cancel
Save