forked from radar/by_star
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
46 lines (39 loc) · 848 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
44
45
46
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.master
notifications:
email:
branches:
only:
- master
rvm:
- 1.9.3
- 2.0.0
- 2.1.5
- 2.2.0
- rbx
- jruby
matrix:
exclude:
- rvm: 2.2.0
gemfile: spec/gemfiles/Gemfile.rails32
allow_failures:
- rvm: rbx
- rvm: jruby
- gemfile: spec/gemfiles/Gemfile.master
# `previous/next` with `default_scope` fails on Postgres Rails 3.2
- env: DB=postgres
gemfile: spec/gemfiles/Gemfile.rails32
services: mongodb