summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 74157471d372a65f33dd412aa6ae80ace8721a6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
language: ruby
addons:
  code_climate:
    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
  - 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
script:
  - bundle exec rake test