Skip to content

Commit

Permalink
Try fix darwin travis build seanmonstar#11
Browse files Browse the repository at this point in the history
  • Loading branch information
aagahi committed Dec 26, 2016
1 parent 7929c24 commit 8a64c47
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 @@ -37,14 +37,14 @@ before_script:
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
brew unlink openssl && \
brew install --force openssl && \
brew link --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:
- brew info openssl
- cargo test
# - rustdoc --test Readme.md -L target/debug/deps -L target/debug
- cargo doc --no-deps
Expand Down

0 comments on commit 8a64c47

Please sign in to comment.