ruby-changes:57149
From: Takashi <ko1@a...>
Date: Sun, 18 Aug 2019 15:50:29 +0900 (JST)
Subject: [ruby-changes:57149] Takashi Kokubun: ad0ea708ca (master): Drop before_test for mswin too
https://git.ruby-lang.org/ruby.git/commit/?id=ad0ea708ca From ad0ea708caec880c3f357fe761c215efc169fa55 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun <takashikkbn@g...> Date: Sun, 18 Aug 2019 15:48:52 +0900 Subject: Drop before_test for mswin too for consistency. In the pull request, `before_test` was dropped only for msys2 to fix msys2-only failure. But there's no need to keep it inconsistent now. diff --git a/appveyor.yml b/appveyor.yml index 964a900..f734733 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -67,7 +67,6 @@ for: https://github.com/ruby/ruby/blob/trunk/appveyor.yml#L67 - nmake install-nodoc - \usr\bin\ruby -v -e "p :locale => Encoding.find('locale'), :filesystem => Encoding.find('filesystem')" - if not "%GEMS_FOR_TEST%" == "" \usr\bin\gem install --no-document %GEMS_FOR_TEST% - before_test: - \usr\bin\ruby -ropenssl -e "puts 'Build ' + OpenSSL::OPENSSL_VERSION, 'Runtime ' + OpenSSL::OPENSSL_LIBRARY_VERSION" test_script: - set /a JOBS=%NUMBER_OF_PROCESSORS% -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/