aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorEric Anderson <ejona@google.com>2018-07-09 10:13:02 -0700
committerEric Anderson <ejona@google.com>2018-07-11 10:13:09 -0700
commit1887b93afd1edcf857359060f5abcc2aa052d40d (patch)
tree6d78724702939789df69b24556e4a8b173ad7a70 /.travis.yml
parent4879d6f6a86326723d32aa3315ee2cad1b8769d3 (diff)
downloadgrpc-grpc-java-1887b93afd1edcf857359060f5abcc2aa052d40d.tar.gz
buildscripts: Hard-code PROTOBUF_VERSION in make_dependencies.sh
We always want to use a consistent version of protobuf; avoid the need for the caller (which may be a person running the script) to specify the version.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index ada69d90c..bde29b432 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,7 +5,6 @@ language: java
env:
global:
- GRADLE_OPTS=-Xmx512m
- - PROTOBUF_VERSION=3.5.1
- LDFLAGS=-L/tmp/protobuf/lib
- CXXFLAGS=-I/tmp/protobuf/include
- LD_LIBRARY_PATH=/tmp/protobuf/lib
@@ -52,7 +51,7 @@ notifications:
cache:
directories:
- - /tmp/protobuf-${PROTOBUF_VERSION}
+ - /tmp/protobuf-*
- /tmp/gradle-caches-modules-2
- /tmp/gradle-wrapper