appveyor.yml in futex-0.4.3 vs appveyor.yml in futex-0.5.0

- old
+ new

@@ -13,21 +13,10 @@ - ruby_version: "24-x64" - ruby_version: "25-x64" install: - ps: | $Env:PATH = "C:\Ruby${Env:ruby_version}\bin;${Env:PATH}" - if ($Env:ruby_version -match "^23" ) { - # RubyInstaller; download OpenSSL headers from OpenKnapsack Project - $Env:openssl_dir = "C:\Ruby${Env:ruby_version}" - appveyor DownloadFile http://dl.bintray.com/oneclick/OpenKnapsack/x64/openssl-1.0.2j-x64-windows.tar.lzma - 7z e openssl-1.0.2j-x64-windows.tar.lzma - 7z x -y -oC:\Ruby${Env:ruby_version} openssl-1.0.2j-x64-windows.tar - } else { - # RubyInstaller2; openssl package seems to be installed already - $Env:openssl_dir = "C:\msys64\mingw64" - } - bundle config --local path vendor/bundle - - bundle config build.openssl --with-openssl-dir=%openssl_dir% - ruby -v - bundle -v build_script: - bundle update - bundle install