aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorZachary Scott <e@zzak.io>2015-11-26 12:38:31 +0900
committerZachary Scott <e@zzak.io>2015-11-26 12:38:31 +0900
commitb7c18e71b473d4fb5b618423d6edf8d8da7f6872 (patch)
treedd2f980bee8c7ee6cbd84ab0a93a49bd56bcc3b9 /.travis.yml
parent2b48404a223eebf3f6926299c6fa07e51816e097 (diff)
downloadruby-openssl-b7c18e71b473d4fb5b618423d6edf8d8da7f6872.tar.gz
Add LibreSSL test support
This takes advantage of zzak/ruby-openssl-docker@e26d90172 Since the build container has Ruby without stdlib openssl, when building the gem to install locally we can't require openssl. This means that the gemspec has to use static version constant. We also removed bundler from development.
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 2adf0211..f6dc9a5d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,11 +13,11 @@ script:
- docker -v
- docker-compose -v
- docker-compose build --no-cache
- - docker-compose run compile
- docker-compose run test
matrix:
include:
- env: RUBY_VERSION=2.2.3 OPENSSL_VERSION=1.0.0s
- env: RUBY_VERSION=2.2.3 OPENSSL_VERSION=1.0.1p
- env: RUBY_VERSION=2.2.3 OPENSSL_VERSION=1.0.2d
+ - env: RUBY_VERSION=2.2.3 LIBRESSL_VERSION=2.3.1
fast_finish: true