-
Notifications
You must be signed in to change notification settings - Fork 73
/
.travis.yml
92 lines (85 loc) · 2.39 KB
/
.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
services: mongodb
before_script:
- "mysql -e 'create database by_star_test;'"
- "psql -c 'create database by_star_test;' -U postgres"
env:
- DB=sqlite
- DB=mysql
- DB=postgres
- DB=mongodb
gemfile:
- spec/gemfiles/Gemfile.rails32
- spec/gemfiles/Gemfile.rails40
- spec/gemfiles/Gemfile.rails41
- spec/gemfiles/Gemfile.rails42
- spec/gemfiles/Gemfile.rails50
- spec/gemfiles/Gemfile.rails51
- spec/gemfiles/Gemfile.rails52
- spec/gemfiles/Gemfile.master
rvm:
- 2.0.0
- 2.1.10
- 2.2.10
- 2.3.8
- 2.4.6
- 2.5.5
- 2.6.3
matrix:
fast_finish: true
exclude:
- gemfile: 'spec/gemfiles/Gemfile.rails32'
rvm: 2.2.10
- gemfile: 'spec/gemfiles/Gemfile.rails32'
rvm: 2.3.8
- gemfile: 'spec/gemfiles/Gemfile.rails32'
rvm: 2.4.6
- gemfile: 'spec/gemfiles/Gemfile.rails32'
rvm: 2.5.5
- gemfile: 'spec/gemfiles/Gemfile.rails32'
rvm: 2.6.3
- gemfile: 'spec/gemfiles/Gemfile.rails40'
rvm: 2.4.6
- gemfile: 'spec/gemfiles/Gemfile.rails40'
rvm: 2.5.5
- gemfile: 'spec/gemfiles/Gemfile.rails40'
rvm: 2.6.3
- gemfile: 'spec/gemfiles/Gemfile.rails41'
rvm: 2.4.6
- gemfile: 'spec/gemfiles/Gemfile.rails41'
rvm: 2.5.5
- gemfile: 'spec/gemfiles/Gemfile.rails41'
rvm: 2.6.3
- gemfile: 'spec/gemfiles/Gemfile.rails50'
rvm: 2.0.0
- gemfile: 'spec/gemfiles/Gemfile.rails50'
rvm: 2.1.10
- gemfile: 'spec/gemfiles/Gemfile.rails50'
rvm: 2.6.3
- gemfile: 'spec/gemfiles/Gemfile.rails51'
rvm: 2.0.0
- gemfile: 'spec/gemfiles/Gemfile.rails51'
rvm: 2.1.10
- gemfile: 'spec/gemfiles/Gemfile.rails51'
rvm: 2.6.3
- gemfile: 'spec/gemfiles/Gemfile.rails52'
rvm: 2.0.0
- gemfile: 'spec/gemfiles/Gemfile.rails52'
rvm: 2.1.10
allow_failures:
- gemfile: 'spec/gemfiles/Gemfile.master'
- gemfile: 'spec/gemfiles/Gemfile.rails32'
env: 'DB=sqlite'
- gemfile: 'spec/gemfiles/Gemfile.rails32'
env: 'DB=mysql'
- gemfile: 'spec/gemfiles/Gemfile.rails40'
env: 'DB=sqlite'
- gemfile: 'spec/gemfiles/Gemfile.rails40'
env: 'DB=mysql'
- gemfile: 'spec/gemfiles/Gemfile.rails41'
env: 'DB=sqlite'
- gemfile: 'spec/gemfiles/Gemfile.rails41'
env: 'DB=mysql'
- gemfile: 'spec/gemfiles/Gemfile.rails42'
env: 'DB=sqlite'
- gemfile: 'spec/gemfiles/Gemfile.rails50'
env: 'DB=sqlite'