aboutsummaryrefslogtreecommitdiffstats
path: root/.travis/install.sh
diff options
context:
space:
mode:
Diffstat (limited to '.travis/install.sh')
-rwxr-xr-x.travis/install.sh7
1 files changed, 1 insertions, 6 deletions
diff --git a/.travis/install.sh b/.travis/install.sh
index 26a82c44..f82cc4a3 100755
--- a/.travis/install.sh
+++ b/.travis/install.sh
@@ -3,13 +3,8 @@
set -e
set -x
-if [[ "$(uname -s)" == 'Darwin' ]]; then
- DARWIN=true
-else
- DARWIN=false
-fi
-if [[ "$DARWIN" = true ]]; then
+if [[ "$(uname -s)" == 'Darwin' ]]; then
brew update
if [[ "${OPENSSL}" != "0.9.8" ]]; then