[前][次][番号順一覧][スレッド一覧]

ruby-changes:56738

From: Hiroshi <ko1@a...>
Date: Thu, 1 Aug 2019 05:05:16 +0900 (JST)
Subject: [ruby-changes:56738] Hiroshi SHIBATA: 3e4e8dbe20 (master): Uninstall ntlm-http and plist for failure of osx test.

https://git.ruby-lang.org/ruby.git/commit/?id=3e4e8dbe20

From 3e4e8dbe20da5de9d26665159626f553318b39a8 Mon Sep 17 00:00:00 2001
From: Hiroshi SHIBATA <hsbt@r...>
Date: Tue, 30 Jul 2019 20:40:37 +0800
Subject: 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.

diff --git a/.travis.yml b/.travis.yml
index 3a82336..7b5a4a3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -97,6 +97,7 @@ env: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L97
     os: osx
     compiler: clang
     before_install:
+      - gem uninstall ntlm-http plist -x --force
       - /usr/local/opt/openssl@1.../bin/openssl version
 
   - &clang-8
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]