Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Commit

Permalink
Install libssh2 on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTitor committed Apr 19, 2020
1 parent 55d5e83 commit 78834a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ case "${TRAVIS_OS_NAME}" in
TEST_TARGET=x86_64-pc-windows-msvc cargo test --verbose -- --nocapture
;;
*"macos"*)
# Needs for travis.
brew install libssh2
TEST_TARGET=x86_64-apple-darwin cargo test --verbose -- --nocapture
;;
esac
Expand Down

0 comments on commit 78834a1

Please sign in to comment.