File tree 2 files changed +1
-10
lines changed
2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change 1
- # This file is generated by ModuleSync, do not edit.Z
1
+ # This file is generated by ModuleSync, do not edit.
2
2
* .iml
3
3
. * .sw [op ]
4
4
.DS_Store
Original file line number Diff line number Diff line change @@ -25,15 +25,6 @@ matrix:
25
25
install :
26
26
- SET PATH=C:\Ruby%RUBY_VER%\bin;%PATH%
27
27
- ps : |
28
- # AppVeyor appears to have OpenSSL headers available already
29
- # which msys2 would normally install with:
30
- # pacman -S mingw-w64-x86_64-openssl --noconfirm
31
- #
32
- if ( $(ruby --version) -match "^ruby\s+2\.4" ) {
33
- Write-Output "Building OpenSSL gem ~> 2.0.4 to fix Ruby 2.4 / AppVeyor issue"
34
- gem install openssl --version '~> 2.0.4' --no-ri --no-rdoc
35
- }
36
-
37
28
gem list openssl
38
29
ruby -ropenssl -e 'puts \"OpenSSL Version - #{OpenSSL::OPENSSL_VERSION}\"; puts \"OpenSSL Library Version - #{OpenSSL::OPENSSL_LIBRARY_VERSION}\"'
39
30
- bundle install --jobs 4 --retry 2 --without system_tests
You can’t perform that action at this time.
0 commit comments