From 8fa9a1230494ba61c3a0c160c9d4aa1bd6bf450e Mon Sep 17 00:00:00 2001 From: Yi Wen Date: Fri, 27 Feb 2015 22:34:33 -0600 Subject: [PATCH] Can't install rubysl-open3 with old rbx See: https://github.com/rubysl/rubysl-openssl/issues/10 We will have to support the new version of rbx --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 57c97b06..03fd992f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ rvm: - 2.0.0 - 2.1.2 - 2.2.0 - - rbx-2.2.7 + - rbx-2.5.2 - jruby-19mode cache: bundler