Skip to content

Commit

Permalink
GH-638 Add missing exec permission to gradlew command
Browse files Browse the repository at this point in the history
  • Loading branch information
dzikoysk committed Feb 19, 2021
1 parent 4644d57 commit bc8ab43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit bc8ab43

Please sign in to comment.