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:
- "./gradlew test"
- if [ -n "$TRAVIS_TAG" ]; then "./gradlew desktop:packr"; fi
- if [ -n "$TRAVIS_TAG" ]; then ./gradlew desktop:packr; fi
deploy:
provider: releases