mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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.
This commit is contained in:
parent
cba8166cc1
commit
ad0ea708ca
1 changed files with 0 additions and 1 deletions
|
@ -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%
|
||||
|
|
Loading…
Add table
Reference in a new issue