-
Notifications
You must be signed in to change notification settings - Fork 51
Expand file tree
/
Copy path.travis.yml
More file actions
44 lines (37 loc) · 792 Bytes
/
.travis.yml
File metadata and controls
44 lines (37 loc) · 792 Bytes
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
40
41
42
43
44
dist: xenial
language: ruby
sudo: false
cache: bundler
bundler_args: --jobs 3 --retry 3
before_install:
- "travis_retry gem update --system"
- "travis_retry gem install bundler"
script: "bundle exec rake"
rvm:
- 2.4.9
- 2.5.7
- 2.6.5
- 2.7.2
- 3.0.0
- 3.1.2
- ruby-head
- truffleruby
gemfile:
- gemfiles/rails_4.2.gemfile
- gemfiles/rails_5.2.gemfile
- gemfiles/rails_6.1.gemfile
- gemfiles/rails_7.0.gemfile
- gemfiles/rails_edge.gemfile
matrix:
fast_finish: true
allow_failures:
- rvm: ruby-head
exclude:
- rvm: 2.4.9
gemfile: gemfiles/rails_6.1.gemfile
- rvm: 2.4.9
gemfile: gemfiles/rails_7.0.gemfile
- rvm: 2.4.9
gemfile: gemfiles/rails_edge.gemfile
- rvm: 3.0.0
gemfile: gemfiles/rails_edge.gemfile