mirror of
https://github.com/google/nomulus
synced 2026-01-09 07:33:42 +00: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user