From 3e4e8dbe20da5de9d26665159626f553318b39a8 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Tue, 30 Jul 2019 20:40:37 +0800 Subject: [PATCH] Uninstall ntlm-http and plist for failure of osx test. It contains too old configuration that is autorequire. It will be removed at the RubyGems 3.1.0. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 3a82336ad4..7b5a4a325a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -97,6 +97,7 @@ env: os: osx compiler: clang before_install: + - gem uninstall ntlm-http plist -x --force - /usr/local/opt/openssl@1.1/bin/openssl version - &clang-8