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:
mmuller 2018-11-08 04:44:56 -08:00 committed by jianglai
parent 61a5cf307e
commit 9312cb3936

View file

@ -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