Skip to content

Commit 307739d

Browse files
committed
Fixed permissions for Travis CI (#269)
1 parent 3420360 commit 307739d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,7 @@ branches:
2424
only:
2525
- master
2626
- development
27+
before_install:
28+
- chmod +x gradlew
2729
script:
2830
- ./build.sh --quiet verify

0 commit comments

Comments
 (0)