summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2019-07-30 20:40:37 +0800
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-07-31 07:47:03 +0800
commit3e4e8dbe20da5de9d26665159626f553318b39a8 (patch)
treeab2380d296925ca163377ebc4bebcace2abd8a7c /.travis.yml
parent77c0e23b0c28f543e1fb4fbf20cae216be0398f9 (diff)
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.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
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