mirror of
https://github.com/google/nomulus.git
synced 2025-08-02 07:52:11 +02:00
Don't use gradlew from travis
Since we're explicitly downloading a version of travis anyway, just run that and don't bother with creating gradlew which does nothing but download the same version over again. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=220618139
This commit is contained in:
parent
61a5cf307e
commit
9312cb3936
1 changed files with 1 additions and 1 deletions
|
@ -42,4 +42,4 @@ install:
|
|||
# directory.
|
||||
# The "travis_wait 45" lets our build spend up to 45 minutes without writing
|
||||
# output, instead of the default 10.
|
||||
script: cd gradle && ../gradle-4.10.2/bin/gradle wrapper && travis_wait 45 ./gradlew build
|
||||
script: cd gradle && travis_wait 45 ../gradle-4.10.2/bin/gradle build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue