install sensible openssl on osx

This commit is contained in:
Joseph Birr-Pixton 2016-09-03 16:56:19 +01:00
parent 0564a8264b
commit 41cbcb191e
1 changed files with 3 additions and 3 deletions

View File

@ -8,13 +8,13 @@ matrix:
dist: trusty
sudo: required
- os: osx
osx_image: xcode8i
allow_failures:
- os: osx
rust:
- stable
- beta
- nightly
before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install openssl ; fi
script:
- cargo build
- cargo test