From 176eb989e0a7cad30639443cb4c084dae507cb3b Mon Sep 17 00:00:00 2001 From: Thibault Charbonnier Date: Fri, 29 Jan 2016 01:14:34 -0800 Subject: [PATCH] chore(ci) fix OpenSSL install (outdated version) Thanks OpenSSL for not having a channel with both old and new releases :( --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5dc4b3fee717..9cb0a34126c2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ env: - LUA_VERSION=luajit-2.1 - CASSANDRA_VERSION=2.2.4 - LUAROCKS_VERSION=2.2.2 - - OPENSSL_VERSION=1.0.2e + - OPENSSL_VERSION=1.0.2f - OPENRESTY_VERSION=1.9.3.1 - SERF_VERSION=0.7.0 - DNSMASQ_VERSION=2.75 @@ -56,4 +56,4 @@ cache: - $OPENRESTY_DIR - $SERF_DIR - $DNSMASQ_DIR - - $HOME/.ccm/repository \ No newline at end of file + - $HOME/.ccm/repository