mirror of
https://github.com/google/nomulus.git
synced 2025-08-04 17:01:51 +02:00
Make gradlew executable in Travis
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=224244963
This commit is contained in:
parent
7d380256af
commit
898d0dc0d9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue