aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2017-10-08 09:28:15 +0900
committerKazuki Yamaguchi <k@rhe.jp>2017-10-08 09:28:15 +0900
commit6375a356b3729a809cb14f128f61d3c1c58731bb (patch)
tree03e80d91d16518c2896f9ca5a6d17b1e2fdedd85 /appveyor.yml
parent14e116554b56b722337b285adfc30481155dd1de (diff)
downloadruby-openssl-6375a356b3729a809cb14f128f61d3c1c58731bb.tar.gz
appveyor.yml: remove 'openssl version' line
It runs the 'openssl' command line tool that is not of the version used to compile and run the test suite. Thanks to MSP-Greg for pointing this out. Fixes: https://github.com/ruby/openssl/issues/157
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 9ff363fc..18484fb9 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -14,7 +14,6 @@ install:
$Env:openssl_dir = "C:\msys64\mingw64"
}
- ruby -v
- - openssl version
- rake install_dependencies
build_script:
- rake -rdevkit compile -- --with-openssl-dir=%openssl_dir% --enable-debug