From 745c5ecbaa4fdeacba75e17d5e8baf7915762f22 Mon Sep 17 00:00:00 2001 From: David Reid Date: Tue, 5 Nov 2013 14:04:28 -0800 Subject: This check didn't work correctly because libssl-dev doesn't install the userland tools. --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 3cb27a9b..38da4624 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,9 +36,6 @@ install: - pip install tox script: - # Make sure that if we installed an OPENSSL version then we got that - # version installed. - - "[[ ${OPENSSL} != \"\" ]] && openssl version | grep ${OPENSSL}" - tox -e $TOX_ENV notifications: -- cgit v1.2.3