Skip to content

Commit

Permalink
Merge pull request #1690 from alex/simplify-travis
Browse files Browse the repository at this point in the history
Simplified the travis install script
  • Loading branch information
reaperhulk committed Feb 23, 2015
2 parents 1e19c46 + 84d14af commit cbf0a9c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .travis/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cbf0a9c

Please sign in to comment.