aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.travis/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis/install.sh b/.travis/install.sh
index 1bcb0f54..340571e5 100755
--- a/.travis/install.sh
+++ b/.travis/install.sh
@@ -10,7 +10,7 @@ else
fi
if [[ "${OPENSSL}" == "0.9.8" ]]; then
- if [[ "$DARIN" = true ]]; then
+ if [[ "$DARWIN" = true ]]; then
# travis has openssl installed via brew already, but let's be sure
if [[ "$(brew list | grep openssl)" != "openssl" ]]; then
brew install openssl