mirror of
https://github.com/google/nomulus
synced 2026-01-10 07:57:58 +00:00
Make gradlew executable in Travis
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=224244963
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user