From bc8ab43f648f8932c3280f762ddaefdf4d85990e Mon Sep 17 00:00:00 2001 From: dzikoysk Date: Fri, 19 Feb 2021 20:14:40 +0100 Subject: [PATCH] GH-638 Add missing exec permission to gradlew command --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3df4a846..900d6435 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ jdk: - openjdk15 script: - - cd hub-backend && ./gradlew build + - cd hub-backend && chmod +x gradlew && ./gradlew build after_success: - bash <(curl -s https://codecov.io/bash)