aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
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: