aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2015-07-24 21:21:12 +0900
committerKazuki Yamaguchi <k@rhe.jp>2015-07-24 21:21:12 +0900
commit71faf894c1cb9bc9e21078f0fcfa82ba5d2fd0ef (patch)
tree7edc1fabd572dae266e2f7ab8c98a3bf343591bd /.travis.yml
parent99734fd74a24f89ccf811661713cc5be48faefff (diff)
downloadplum-71faf894c1cb9bc9e21078f0fcfa82ba5d2fd0ef.tar.gz
travis: rvm's openssl is also outdated
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index b9262d3..fa6dc99 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,8 @@
language: ruby
install:
- - openssl version
+ - echo openssl_version=1.0.2d >> $rvm_path/user/db
- rvm pkg install openssl
+ - $rvm_path/usr/bin/openssl version
- rvm install 2.2.2-alpn --patch https://gist.githubusercontent.com/rhenium/b1711edcc903e8887a51/raw/2309e469f5a3ba15917d804ac61b19e62b3d8faf/ruby-openssl-alpn-no-tests-and-docs.patch --with-openssl-dir=$rvm_path/usr
- rvm use 2.2.2-alpn
- bundle install