From d43116e8d1fb8a22a25fa67a5983c421b84dcb8c Mon Sep 17 00:00:00 2001 From: David Reid Date: Tue, 5 Nov 2013 13:46:03 -0800 Subject: String correctly. --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 547d2b58..3cb27a9b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,7 +36,9 @@ install: - pip install tox script: - - "[[ ${OPENSSL} != "" ]] && openssl version | grep ${OPENSSL}" + # 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