aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorEric Anderson <ejona@google.com>2015-06-17 16:11:23 -0700
committerEric Anderson <ejona@google.com>2015-06-17 16:12:11 -0700
commit794fdf1615de1c4fce0831415d89f7ac6a8aa10e (patch)
treec3257a4e933e94cc5ae92c8f87db037a9772e0c0 /.travis.yml
parent77878a04ee887395060d27d716b64525b52cf5ab (diff)
downloadgrpc-grpc-java-794fdf1615de1c4fce0831415d89f7ac6a8aa10e.tar.gz
Update Travis to use protobuf3-alpha3
It's only working today because alpha2 is still in the cache.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index e5348b18d..fa3c75999 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,13 +4,13 @@ language: java
env:
global:
- - LDFLAGS=-L/tmp/proto3-a2/lib
- - CXXFLAGS=-I/tmp/proto3-a2/include
- - LD_LIBRARY_PATH=/tmp/proto3-a2/lib
- - PATH=/tmp/proto3-a2/bin:$PATH
+ - LDFLAGS=-L/tmp/proto3-a3/lib
+ - CXXFLAGS=-I/tmp/proto3-a3/include
+ - LD_LIBRARY_PATH=/tmp/proto3-a3/lib
+ - PATH=/tmp/proto3-a3/bin:$PATH
before_install:
- - buildscripts/make_dependencies.sh # build protoc into /tmp/proto3-a2
+ - buildscripts/make_dependencies.sh # build protoc into /tmp/proto3-a3
- mkdir -p $HOME/.gradle
- echo "checkstyle.ignoreFailures=false" >> $HOME/.gradle/gradle.properties
@@ -28,7 +28,7 @@ notifications:
cache:
directories:
- - /tmp/proto3-a2
+ - /tmp/proto3-a3
- $HOME/.m2/repository/io/netty
- $HOME/.gradle/caches/modules-2
- $HOME/.gradle/wrapper