Skip to content

Commit

Permalink
Don't update homebrew on travis, use as is
Browse files Browse the repository at this point in the history
  • Loading branch information
odinserj committed Jul 18, 2016
1 parent 644fb07 commit ce9752a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ branches:

# Make sure build dependencies are installed.
before_install:
- if test "$TRAVIS_OS_NAME" == "osx"; then brew update; brew install openssl; brew link --force openssl; fi
- if test "$TRAVIS_OS_NAME" == "osx"; then brew install openssl; brew link --force openssl; fi
- export DOTNET_INSTALL_DIR="$PWD/.dotnetcli"
- export PATH="$DOTNET_INSTALL_DIR:$PATH"

Expand Down

0 comments on commit ce9752a

Please sign in to comment.