forked from mislav/will_paginate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
43 lines (43 loc) · 931 Bytes
/
.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
sudo: false
bundler_args: "--standalone --binstubs --without development"
cache: bundler
script: script/test_all
services: mongodb
before_script:
- mysql -e 'create database will_paginate;'
- psql -c 'create database will_paginate;' -U postgres
rvm:
- 1.8.7
- 1.9.3
- 2.1.8
- 2.2.4
- 2.3.0
gemfile:
- Gemfile
- Gemfile.rails3.0
- Gemfile.rails3.1
- Gemfile.rails3.2
- Gemfile.rails4.1
- Gemfile.rails4.2
- Gemfile.rails5.0
- Gemfile.rails-edge
matrix:
exclude:
- rvm: 1.8.7
gemfile: Gemfile.rails-edge
- rvm: 1.9.3
gemfile: Gemfile.rails-edge
- rvm: 2.1.8
gemfile: Gemfile.rails-edge
- rvm: 1.8.7
gemfile: Gemfile
- rvm: 1.8.7
gemfile: Gemfile.rails4.1
- rvm: 1.8.7
gemfile: Gemfile.rails4.2
- rvm: 1.8.7
gemfile: Gemfile.rails5.0
- rvm: 1.9.3
gemfile: Gemfile.rails5.0
- rvm: 2.1.8
gemfile: Gemfile.rails5.0