aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorZachary Scott <e@zzak.io>2015-07-22 17:42:35 -0400
committerZachary Scott <e@zzak.io>2015-07-22 17:42:35 -0400
commitd7c29362d7c26024e8f6f29da927ec5ee2c0ac9d (patch)
treef649c729d6f0151025d8b08ad2dba3731e938c3d /.travis.yml
parent90dede264c5b66162611b1b6704fdb86dd2ca4c9 (diff)
downloadruby-openssl-d7c29362d7c26024e8f6f29da927ec5ee2c0ac9d.tar.gz
Report openssl version before running tests
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 783ebabd..f71136ed 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,5 @@
before_install:
+ - "openssl version"
- "gem update rubygems-update"
- "gem update --system"
- "gem update bundler"