From c282f4acb11d57f398b337e3b58af90b3253599e Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Sun, 15 Sep 2019 17:50:11 -0700 Subject: remove macos config from travis It was slow and unreliable; the GitHub Actions macos support is much faster. --- .travis.yml | 4 ---- 1 file changed, 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 -- cgit v1.2.3