From 940f25a1e1a5365f7af48b4f3f266e2155640806 Mon Sep 17 00:00:00 2001 From: David Reid Date: Tue, 5 Nov 2013 13:44:39 -0800 Subject: Extra yes and check for expected openssl version. --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 136ddb65..547d2b58 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,7 +27,7 @@ env: install: - "[[ ${OPENSSL} == \"0.9.8\" ]] && sudo add-apt-repository \"deb http://archive.ubuntu.com/ubuntu lucid main\" || true" - - "[[ ${OPENSSL} == \"0.9.8\" ]] && sudo apt-get -y update && sudo apt-get -y install libssl-dev/lucid || true" + - "[[ ${OPENSSL} == \"0.9.8\" ]] && sudo apt-get -y update && sudo apt-get -y --force-yes install libssl-dev/lucid || true" - "[[ ${TOX_ENV} == pypy ]] && sudo add-apt-repository -y ppa:pypy/ppa || true" - "[[ ${TOX_ENV} == pypy ]] && sudo apt-get -y update && sudo apt-get -y install pypy || true" # This is required because we need to get rid of the Travis installed PyPy @@ -36,6 +36,7 @@ install: - pip install tox script: + - "[[ ${OPENSSL} != "" ]] && openssl version | grep ${OPENSSL}" - tox -e $TOX_ENV notifications: -- cgit v1.2.3