summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorWez Furlong <wez@wezfurlong.org>2019-09-15 17:50:11 -0700
committerWez Furlong <wez@wezfurlong.org>2019-09-15 17:50:11 -0700
commitc282f4acb11d57f398b337e3b58af90b3253599e (patch)
tree75cb0844a77310f5cdf8636fc121fbd379ca2434 /.travis.yml
parent1198d94a0b5583371b25252a9e1491652b9c45dd (diff)
downloadssh2-rs-c282f4acb11d57f398b337e3b58af90b3253599e.zip
remove macos config from travis
It was slow and unreliable; the GitHub Actions macos support is much faster.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
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