summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2019-08-18 15:48:52 +0900
committerTakashi Kokubun <takashikkbn@gmail.com>2019-08-18 15:50:03 +0900
commitad0ea708caec880c3f357fe761c215efc169fa55 (patch)
treef7288f9307331a50f91863684e636de941ccd579
parentcba8166cc198509f236e1e8ed2feb7a1304f6718 (diff)
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.
-rw-r--r--appveyor.yml1
1 files changed, 0 insertions, 1 deletions
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%