forked from cedarcode/webauthn-ruby
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
39 lines (34 loc) · 840 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
dist: bionic
language: ruby
cache:
bundler: true
directories:
- /home/travis/.rvm/
env:
- LIBSSL=1.1 RB=2.7.1
- LIBSSL=1.1 RB=2.6.6
- LIBSSL=1.1 RB=2.5.8
- LIBSSL=1.1 RB=2.4.10
- LIBSSL=1.1 RB=ruby-head
- LIBSSL=1.0 RB=2.7.1
- LIBSSL=1.0 RB=2.6.6
- LIBSSL=1.0 RB=2.5.8
- LIBSSL=1.0 RB=2.4.10
- LIBSSL=1.0 RB=ruby-head
gemfile:
- gemfiles/cose_head.gemfile
- gemfiles/openssl_head.gemfile
- gemfiles/openssl_2_2.gemfile
- gemfiles/openssl_2_1.gemfile
- gemfiles/openssl_2_0.gemfile
matrix:
fast_finish: true
allow_failures:
- env: LIBSSL=1.1 RB=ruby-head
- env: LIBSSL=1.0 RB=ruby-head
- gemfile: gemfiles/cose_head.gemfile
- gemfile: gemfiles/openssl_head.gemfile
before_install:
- ./script/ci/install-openssl
- ./script/ci/install-ruby
- gem install bundler -v "~> 2.0"