aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2015-12-18 12:01:52 +0900
committerKazuki Yamaguchi <k@rhe.jp>2015-12-18 12:01:52 +0900
commit7b4297867c82e6e40f12be0d3d20f2ca12c8eed6 (patch)
tree3544caa2b3c9115c5cd1232a4351fe1bd7939233 /.travis.yml
parent6becc12ef4e7235e749a92e3115b1155b39fc9e4 (diff)
downloadplum-7b4297867c82e6e40f12be0d3d20f2ca12c8eed6.tar.gz
drop Ruby 2.2 support
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 18ee383..468fb19 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,11 +4,11 @@ addons:
repo_token: f5092ab344fac7f2de9d7332e00597642a4d24e3d560f7d7f329172a2e5a2def
install:
- echo openssl_url=https://www.openssl.org/source >> $rvm_path/user/db
- - echo openssl_version=1.0.2d >> $rvm_path/user/db
+ - echo openssl_version=1.0.2e >> $rvm_path/user/db
- rvm pkg install openssl
- $rvm_path/usr/bin/openssl version
- - rvm install 2.2.3-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.3-alpn
+ - rvm install ruby-head --with-openssl-dir=$rvm_path/usr
+ - rvm use ruby-head
- bundle install
script:
- bundle exec rake test