diff options
author | Wez Furlong <wez@wezfurlong.org> | 2019-09-15 17:50:11 -0700 |
---|---|---|
committer | Wez Furlong <wez@wezfurlong.org> | 2019-09-15 17:50:11 -0700 |
commit | c282f4acb11d57f398b337e3b58af90b3253599e (patch) | |
tree | 75cb0844a77310f5cdf8636fc121fbd379ca2434 | |
parent | 1198d94a0b5583371b25252a9e1491652b9c45dd (diff) | |
download | ssh2-rs-c282f4acb11d57f398b337e3b58af90b3253599e.zip |
remove macos config from travis
It was slow and unreliable; the GitHub Actions macos support is much
faster.
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index d21a4fd..8a13c4b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,10 +5,6 @@ matrix: include: - rust: 1.36.0 - rust: stable - - os: osx - before_install: - - export OPENSSL_INCLUDE_DIR=`brew --prefix openssl`/include - - export OPENSSL_LIB_DIR=`brew --prefix openssl`/lib - rust: beta - rust: nightly |