Skip to content

Commit

Permalink
Force OpenSSL versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Apr 12, 2018
1 parent d504042 commit 7e34bf5
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,21 @@ matrix:
- os: linux
env: R_CODECOV=true
- os: osx
brew_packages: openssl
before_install:
- brew uninstall --ignore-dependencies [email protected]
- brew install openssl
- brew link --force openssl
- os: osx
brew_packages: [email protected]
before_install:
- brew uninstall --ignore-dependencies openssl
- brew install [email protected]
- brew link --force [email protected]
- os: osx
brew_packages: libressl
before_install:
- brew uninstall --ignore-dependencies openssl
- brew uninstall --ignore-dependencies [email protected]
- brew install libressl
- brew link --force libressl

addons:
apt:
Expand Down

0 comments on commit 7e34bf5

Please sign in to comment.