aboutsummaryrefslogtreecommitdiffstats
path: root/.travis/install.sh
diff options
context:
space:
mode:
authorTerry Chia <terrycwk1994@gmail.com>2014-10-30 10:37:32 +0800
committerTerry Chia <terrycwk1994@gmail.com>2014-10-30 10:37:32 +0800
commitc69fa6e6d68ff23cd1be2d8281c74fa46a349fdd (patch)
tree1eb30d5e43ca05f5504bdb5d114ff4ff89165977 /.travis/install.sh
parentf67fcf9f9bc4d18e1ee2291d8e2b4fbe765fe68c (diff)
downloadcryptography-c69fa6e6d68ff23cd1be2d8281c74fa46a349fdd.tar.gz
cryptography-c69fa6e6d68ff23cd1be2d8281c74fa46a349fdd.tar.bz2
cryptography-c69fa6e6d68ff23cd1be2d8281c74fa46a349fdd.zip
Possible logic error.
Diffstat (limited to '.travis/install.sh')
-rwxr-xr-x.travis/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis/install.sh b/.travis/install.sh
index 6fa6a639..51d3097c 100755
--- a/.travis/install.sh
+++ b/.travis/install.sh
@@ -12,7 +12,7 @@ fi
if [[ "$DARWIN" = true ]]; then
brew update
- if [[ "${OPENSSL}" == "0.9.8" ]]; then
+ if [[ "${OPENSSL}" != "0.9.8" ]]; then
brew upgrade openssl
fi