forked from salesking/sepa_king
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
30 lines (30 loc) · 812 Bytes
/
.travis.yml
File metadata and controls
30 lines (30 loc) · 812 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
rvm:
- 2.0.0
- 2.1.10
- 2.2.8
- 2.3.5
- 2.4.2
gemfile:
- gemfiles/Gemfile-activemodel-3.0.x
- gemfiles/Gemfile-activemodel-3.1.x
- gemfiles/Gemfile-activemodel-3.2.x
- gemfiles/Gemfile-activemodel-4.0.x
- gemfiles/Gemfile-activemodel-4.1.x
- gemfiles/Gemfile-activemodel-4.2.x
- gemfiles/Gemfile-activemodel-5.0.x
- gemfiles/Gemfile-activemodel-5.1.x
matrix:
exclude:
- rvm: 2.0.0
gemfile: gemfiles/Gemfile-activemodel-5.1.x
- rvm: 2.1.10
gemfile: gemfiles/Gemfile-activemodel-5.1.x
- rvm: 2.0.0
gemfile: gemfiles/Gemfile-activemodel-5.0.x
- rvm: 2.1.10
gemfile: gemfiles/Gemfile-activemodel-5.0.x
- rvm: 2.4.2
gemfile: gemfiles/Gemfile-activemodel-4.1.x
- rvm: 2.4.2
gemfile: gemfiles/Gemfile-activemodel-4.2.x
sudo: false