Skip to content

Commit

Permalink
travis: Workaround for OSX openssl dependency quirk
Browse files Browse the repository at this point in the history
  • Loading branch information
etal committed Nov 30, 2019
1 parent ddb9487 commit 9486712
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ matrix:
install:
- if [ $TRAVIS_OS_NAME = 'osx' ]; then
brew update;
brew install md5sha1sum;
brew update && brew upgrade;
brew install md5sha1sum openssl;
fi
- source devtools/travis-ci/install_miniconda.sh;

Expand Down

0 comments on commit 9486712

Please sign in to comment.