diff options
author | Takashi Kokubun <takashikkbn@gmail.com> | 2019-08-18 15:48:52 +0900 |
---|---|---|
committer | Takashi Kokubun <takashikkbn@gmail.com> | 2019-08-18 15:50:03 +0900 |
commit | ad0ea708caec880c3f357fe761c215efc169fa55 (patch) | |
tree | f7288f9307331a50f91863684e636de941ccd579 /appveyor.yml | |
parent | cba8166cc198509f236e1e8ed2feb7a1304f6718 (diff) | |
download | ruby-ad0ea708caec880c3f357fe761c215efc169fa55.tar.gz |
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.
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 1 |
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% |