From ad0ea708caec880c3f357fe761c215efc169fa55 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun 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. --- appveyor.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 964a90051a..f7347338dd 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -67,7 +67,6 @@ for: - 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 v1.2.3