forked from activerecord-hackery/ransack
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.travis.yml
86 lines (70 loc) · 1.9 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
language: ruby
sudo: false
rvm:
- 2.3.3
- 2.2.6
- 2.1.10
- 2.0
env:
- RAILS=5-0-stable DB=sqlite3
- RAILS=5-0-stable DB=mysql
- RAILS=5-0-stable DB=postgres
- RAILS=4-2-stable DB=sqlite3
- RAILS=4-2-stable DB=mysql
- RAILS=4-2-stable DB=postgres
- RAILS=4-1-stable DB=sqlite3
- RAILS=4-1-stable DB=mysql
- RAILS=4-1-stable DB=postgres
- RAILS=4-0-stable DB=sqlite3
- RAILS=4-0-stable DB=mysql
- RAILS=4-0-stable DB=postgres
- RAILS=3-2-stable DB=sqlite
- RAILS=3-2-stable DB=mysql
- RAILS=3-2-stable DB=postgres
- RAILS=3-1-stable DB=sqlite
- RAILS=3-1-stable DB=mysql
- RAILS=3-1-stable DB=postgres
matrix:
exclude:
- rvm: 2.1.10
env: RAILS=5-0-stable DB=sqlite3
- rvm: 2.1.10
env: RAILS=5-0-stable DB=mysql
- rvm: 2.1.10
env: RAILS=5-0-stable DB=postgres
- rvm: 2.0
env: RAILS=5-0-stable DB=sqlite3
- rvm: 2.0
env: RAILS=5-0-stable DB=mysql
- rvm: 2.0
env: RAILS=5-0-stable DB=postgres
- rvm: 2.0
env: RAILS=4-2-stable DB=sqlite3
- rvm: 2.0
env: RAILS=4-2-stable DB=mysql
- rvm: 2.0
env: RAILS=4-2-stable DB=postgres
include:
- rvm: 2.3.3
env: RAILS=master DB=sqlite3
- rvm: 2.3.3
env: RAILS=master DB=mysql
- rvm: 2.3.3
env: RAILS=master DB=postgres
- rvm: 2.2.6
env: RAILS=master DB=sqlite3
- rvm: 2.2.6
env: RAILS=master DB=mysql
- rvm: 2.2.6
env: RAILS=master DB=postgres
allow_failures:
- env: RAILS=master DB=sqlite3
- env: RAILS=master DB=mysql
- env: RAILS=master DB=postgres
before_script:
- mysql -e 'create database ransack collate utf8_general_ci;'
- mysql -e 'use ransack;show variables like "%character%";show variables like "%collation%";'
- psql -c 'create database ransack;' -U postgres
addons:
code_climate:
repo_token: 8b701c4364d51a0217105e08c06922d600cec3d9e60d546a89e3ddfe46e0664e