aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Reid <dreid@dreid.org>2013-11-05 13:46:03 -0800
committerDavid Reid <dreid@dreid.org>2013-11-05 13:46:03 -0800
commitd43116e8d1fb8a22a25fa67a5983c421b84dcb8c (patch)
tree01cdea4e40e3e6734008600489f422c9e3acbb21
parent940f25a1e1a5365f7af48b4f3f266e2155640806 (diff)
downloadcryptography-d43116e8d1fb8a22a25fa67a5983c421b84dcb8c.tar.gz
cryptography-d43116e8d1fb8a22a25fa67a5983c421b84dcb8c.tar.bz2
cryptography-d43116e8d1fb8a22a25fa67a5983c421b84dcb8c.zip
String correctly.
-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: