Was I not running gradlew correctly?

This commit is contained in:
Yair Morgenstern 2019-11-24 23:06:19 +02:00
parent e35ed4b983
commit c7de78359b

View File

@ -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