aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorEric Anderson <ejona@google.com>2016-05-23 12:05:41 -0700
committerEric Anderson <ejona@google.com>2016-06-28 08:58:13 -0700
commitdbef1af29a72db1ef262ee9f2ecbff8d470aa4a0 (patch)
tree598b86c5b0996267f24e2a46608a84fe7cb9fea2 /.travis.yml
parentfe5b7e3e9bfb232742ae04f66cf6b906da1375be (diff)
downloadgrpc-grpc-java-dbef1af29a72db1ef262ee9f2ecbff8d470aa4a0.tar.gz
Bump protobuf dependency to 3.0.0-beta-3
This allows us to play with zero-copy and proto3 support for lite. Unfortunately, it introduced some warnings, so deprecated warnings are now ignored for benchmarks and interop-testing.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index eed620b71..7443fa713 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,7 +5,7 @@ language: java
env:
global:
- GRADLE_OPTS=-Xmx512m
- - PROTOBUF_VERSION=3.0.0-beta-2
+ - PROTOBUF_VERSION=3.0.0-beta-3
- LDFLAGS=-L/tmp/protobuf/lib
- CXXFLAGS=-I/tmp/protobuf/include
- LD_LIBRARY_PATH=/tmp/protobuf/lib