aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorEric Anderson <ejona@google.com>2015-10-01 11:38:49 -0700
committerEric Anderson <ejona@google.com>2015-10-01 15:27:18 -0700
commita99e97791f3160af5f6e91b67c6bbc17ae29be36 (patch)
tree278877dea2473824b7824f316bec967219f1380f /.travis.yml
parent89288465c491ccc791fa6c52d9a7d2293400ebba (diff)
downloadgrpc-grpc-java-a99e97791f3160af5f6e91b67c6bbc17ae29be36.tar.gz
Have OpenSSL v1.0.2 available to unit tests
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index b25e182ba..b8b2d34a2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,9 +5,10 @@ language: java
env:
global:
- PROTOBUF_VERSION=3.0.0-beta-1
+ - OPENSSL_VERSION=1.0.2d
- LDFLAGS=-L/tmp/protobuf-${PROTOBUF_VERSION}/lib
- CXXFLAGS=-I/tmp/protobuf-${PROTOBUF_VERSION}/include
- - LD_LIBRARY_PATH=/tmp/protobuf-${PROTOBUF_VERSION}/lib
+ - LD_LIBRARY_PATH=/tmp/protobuf-${PROTOBUF_VERSION}/lib:/tmp/openssl-${OPENSSL_VERSION}/lib
before_install:
- buildscripts/make_dependencies.sh # build protoc into /tmp/protobuf-${PROTOBUF_VERSION}
@@ -32,6 +33,7 @@ notifications:
cache:
directories:
- /tmp/protobuf-${PROTOBUF_VERSION}
+ - /tmp/openssl-${OPENSSL_VERSION}
- $HOME/.m2/repository/io/netty
- $HOME/.gradle/caches/modules-2
- $HOME/.gradle/wrapper