Skip to content

Commit

Permalink
Try fix darwin travis build seanmonstar#9
Browse files Browse the repository at this point in the history
  • Loading branch information
aagahi committed Dec 26, 2016
1 parent 8306e71 commit 7b851c4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,14 @@ before_script:
fi
- |
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
brew install openssl && \
brew unlink openssl && \
brew install --force openssl && \
export OPENSSL_INCLUDE_DIR=`brew --prefix openssl`/include && \
export OPENSSL_LIB_DIR=`brew --prefix openssl`/lib && \
echo "Installed openssl for osx."
fi
script:
- cargo test
# - rustdoc --test Readme.md -L target/debug/deps -L target/debug
Expand Down

0 comments on commit 7b851c4

Please # to comment.