forked from spree-contrib/spree_wishlist
-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy path.travis.yml
59 lines (59 loc) · 1.68 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
language: ruby
os:
- linux
services:
- postgresql
- mysql
script:
- bundle exec rake first_run spec
jobs:
# allow_failures: <-- factory-girl gem missing
# - rvm: 2.3.1
# gemfile: gemfiles/branch_v23-v26.gemfile
# env: SOLIDUS_BRANCH=v2.3 DB=mysql
# - rvm: 2.3.1
# gemfile: gemfiles/branch_v23-v26.gemfile
# env: SOLIDUS_BRANCH=v2.3 DB=postgresql
# - rvm: 2.3.1
# gemfile: gemfiles/branch_v23-v26.gemfile
# env: SOLIDUS_BRANCH=v2.4 DB=mysql
# - rvm: 2.3.1
# gemfile: gemfiles/branch_v23-v26.gemfile
# env: SOLIDUS_BRANCH=v2.4 DB=postgresql
include:
- rvm: 2.3.1
gemfile: gemfiles/branch_v23-v26.gemfile
env: SOLIDUS_BRANCH=v2.5 DB=mysql
- rvm: 2.3.1
gemfile: gemfiles/branch_v23-v26.gemfile
env: SOLIDUS_BRANCH=v2.5 DB=postgresql
- rvm: 2.3.1
gemfile: gemfiles/branch_v23-v26.gemfile
env: SOLIDUS_BRANCH=v2.6 DB=mysql
- rvm: 2.3.1
gemfile: gemfiles/branch_v23-v26.gemfile
env: SOLIDUS_BRANCH=v2.6 DB=postgresql
- rvm: 2.3.1
gemfile: gemfiles/branch_v27-v29.gemfile
env: SOLIDUS_BRANCH=v2.7 DB=mysql
- rvm: 2.3.1
gemfile: gemfiles/branch_v27-v29.gemfile
env: SOLIDUS_BRANCH=v2.7 DB=postgresql
- rvm: 2.3.1
gemfile: gemfiles/branch_v27-v29.gemfile
env: SOLIDUS_BRANCH=v2.8 DB=mysql
- rvm: 2.3.1
gemfile: gemfiles/branch_v27-v29.gemfile
env: SOLIDUS_BRANCH=v2.8 DB=postgresql
- rvm: 2.3.1
gemfile: gemfiles/branch_v27-v29.gemfile
env: SOLIDUS_BRANCH=v2.9 DB=mysql
- rvm: 2.3.1
gemfile: gemfiles/branch_v27-v29.gemfile
env: SOLIDUS_BRANCH=v2.9 DB=postgresql
- rvm: 2.4.0
gemfile: Gemfile
env: DB=mysql
- rvm: 2.4.0
gemfile: Gemfile
env: DB=postgresql