From 84d14af8f93f399374da7f7eb1cb7afc30871fcc Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sun, 22 Feb 2015 15:33:01 -0800 Subject: Simplified the travis install script --- .travis/install.sh | 7 +------ 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3