Make gradlew executable in Travis

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=224244963
This commit is contained in:
jianglai 2018-12-05 16:49:04 -08:00
parent 7d380256af
commit 898d0dc0d9

View file

@ -37,4 +37,4 @@ env:
# directory.
# The "travis_wait 45" lets our build spend up to 45 minutes without writing
# output, instead of the default 10.
script: cd gradle && travis_wait 45 ./gradlew build
script: cd gradle && chmod 755 ./gradlew && travis_wait 45 ./gradlew build