aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorZachary Scott <e@zzak.io>2015-07-22 18:35:39 -0400
committerZachary Scott <e@zzak.io>2015-07-22 18:35:39 -0400
commit73c741e4e2fca753cbfceed990fd1bc680f5858b (patch)
tree59bc273f48151b0bfee60e22e7e209899539f586 /.travis.yml
parent4c033a312c39b233474da82068b2206f63e4d253 (diff)
downloadruby-openssl-73c741e4e2fca753cbfceed990fd1bc680f5858b.tar.gz
Tell us which version of openssl was linked
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index f71136ed..9214b357 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,5 @@
before_install:
- - "openssl version"
+ - "ruby -ropenssl -e 'puts OpenSSL::OPENSSL_VERSION'"
- "gem update rubygems-update"
- "gem update --system"
- "gem update bundler"