Skip to content

Commit 958795f

Browse files
committed
Travis-ci updates
- Add test for Rails master with MongoDB (allowing failure). - Test Rails 3.1/3.2 with Ruby 2.2 (allowing failure), but not 2.2.3.
1 parent 9a22ae4 commit 958795f

File tree

1 file changed

+40
-5
lines changed

1 file changed

+40
-5
lines changed

.travis.yml

Lines changed: 40 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,30 +35,65 @@ env:
3535

3636
matrix:
3737
include:
38+
- rvm: 2.2.3
39+
env: RAILS=master DB=mongodb
3840
- rvm: 2.2.3
3941
env: RAILS=master DB=sqlite3
4042
- rvm: 2.2.3
4143
env: RAILS=master DB=mysql
4244
- rvm: 2.2.3
4345
env: RAILS=master DB=postgres
44-
exclude:
46+
4547
- rvm: 2.2
46-
env: RAILS=3-1-stable DB=sqlite
48+
env: RAILS=3-2-stable DB=sqlite3
49+
- rvm: 2.2
50+
env: RAILS=3-2-stable DB=mysql
51+
- rvm: 2.2
52+
env: RAILS=3-2-stable DB=postgres
53+
54+
- rvm: 2.2
55+
env: RAILS=3-1-stable DB=sqlite3
4756
- rvm: 2.2
4857
env: RAILS=3-1-stable DB=mysql
4958
- rvm: 2.2
5059
env: RAILS=3-1-stable DB=postgres
60+
61+
exclude:
62+
- rvm: 2.2.3
63+
env: RAILS=3-2-stable DB=sqlite
64+
- rvm: 2.2.3
65+
env: RAILS=3-2-stable DB=mysql
66+
- rvm: 2.2.3
67+
env: RAILS=3-2-stable DB=postgres
68+
69+
- rvm: 2.2.3
70+
env: RAILS=3-1-stable DB=sqlite
71+
- rvm: 2.2.3
72+
env: RAILS=3-1-stable DB=mysql
73+
- rvm: 2.2.3
74+
env: RAILS=3-1-stable DB=postgres
75+
5176
allow_failures:
77+
- env: RAILS=master DB=mongodb
5278
- env: RAILS=master DB=sqlite3
5379
- env: RAILS=master DB=mysql
5480
- env: RAILS=master DB=postgres
55-
- rvm: 2.2.3
81+
82+
- rvm: 2.2
5683
env: RAILS=3-2-stable DB=sqlite
57-
- rvm: 2.2.3
84+
- rvm: 2.2
5885
env: RAILS=3-2-stable DB=mysql
59-
- rvm: 2.2.3
86+
- rvm: 2.2
6087
env: RAILS=3-2-stable DB=postgres
6188

89+
- rvm: 2.2
90+
env: RAILS=3-1-stable DB=sqlite
91+
- rvm: 2.2
92+
env: RAILS=3-1-stable DB=mysql
93+
- rvm: 2.2
94+
env: RAILS=3-1-stable DB=postgres
95+
96+
6297
before_script:
6398
- mysql -e 'create database ransack collate utf8_general_ci;'
6499
- mysql -e 'use ransack;show variables like "%character%";show variables like "%collation%";'

0 commit comments

Comments
 (0)