mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-28 14:24:43 -04:00
Was I not running gradlew correctly?
This commit is contained in:
parent
e35ed4b983
commit
c7de78359b
@ -24,7 +24,7 @@ cache:
|
|||||||
|
|
||||||
script:
|
script:
|
||||||
- "./gradlew test"
|
- "./gradlew test"
|
||||||
- if [ -n "$TRAVIS_TAG" ]; then "./gradlew desktop:packr"; fi
|
- if [ -n "$TRAVIS_TAG" ]; then ./gradlew desktop:packr; fi
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
provider: releases
|
provider: releases
|
||||||
|
Loading…
x
Reference in New Issue
Block a user