-
Notifications
You must be signed in to change notification settings - Fork 21
/
.travis.yml
32 lines (29 loc) · 912 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
# NOTE: when changing this file, please adapt .github/workflows/test.yml accordingly
language: ruby
rvm:
- 2.4.9
- 2.5.9
- 2.6.9
before_install:
- gem uninstall -v '>= 2.0.1' -i $(rvm gemdir)@global -ax bundler || true
- gem install bundler -v '1.16.6'
script: "bundle exec rake spec"
gemfile:
- gemfiles/rails_4.2_pc_5_3.gemfile
- gemfiles/rails_4.2_pc_6_0.gemfile
- gemfiles/rails_4.2_pc_6_1.gemfile
- gemfiles/rails_5.0_pc_5_3.gemfile
- gemfiles/rails_5.0_pc_6_0.gemfile
- gemfiles/rails_5.0_pc_6_1.gemfile
- gemfiles/rails_5.1_pc_5_3.gemfile
- gemfiles/rails_5.1_pc_6_0.gemfile
- gemfiles/rails_5.1_pc_6_1.gemfile
- gemfiles/rails_5.2_pc_6_1.gemfile
- gemfiles/rails_6.0_pc_6_1.gemfile
- gemfiles/rails_6.1_pc_6_1.gemfile
jobs:
exclude:
- rvm: 2.4.9
gemfile: gemfiles/rails_6.0_pc_6_1.gemfile
- rvm: 2.4.9
gemfile: gemfiles/rails_6.1_pc_6_1.gemfile