forked from square/ruby-rrule
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
36 lines (33 loc) · 834 Bytes
/
.travis.yml
File metadata and controls
36 lines (33 loc) · 834 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
language: ruby
sudo: false
rvm:
- 2.6.5
- 2.7.0
- 3.0.0
- 3.1.0
gemfile:
- gemfiles/activesupport_2.3_LTS.gemfile
- gemfiles/activesupport_3.gemfile
- gemfiles/activesupport_4.gemfile
- gemfiles/activesupport_5.gemfile
- gemfiles/activesupport_6.gemfile
- gemfiles/activesupport_7.gemfile
jobs:
exclude:
- rvm: 2.6.5
gemfile: gemfiles/activesupport_7.gemfile
- rvm: 2.7.0
gemfile: gemfiles/activesupport_3.gemfile
- rvm: 2.7.0
gemfile: gemfiles/activesupport_4.gemfile
- rvm: 3.0.0
gemfile: gemfiles/activesupport_3.gemfile
- rvm: 3.0.0
gemfile: gemfiles/activesupport_4.gemfile
- rvm: 3.1.0
gemfile: gemfiles/activesupport_3.gemfile
- rvm: 3.1.0
gemfile: gemfiles/activesupport_4.gemfile
before_install:
- yes | gem update --system --force
- gem install bundler