travis: Don't chmod

This commit is contained in:
Owain van Brakel
2019-07-24 21:45:53 +02:00
parent f3a696a7d3
commit ec9c355ac1

View File

@@ -13,6 +13,5 @@ cache:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/
before_install: chmod +x ./gradlew
script: ./gradlew clean build -x test