forked from rspec/rspec-rails
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
40 lines (40 loc) · 973 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
script: "bin/rake --trace 2>&1"
bundler_args: "--binstubs --without documentation"
before_install: gem install bundler
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
env:
- RAILS_VERSION=4.0.0
- RAILS_VERSION=3.2.13
- RAILS_VERSION=3.1.12
- RAILS_VERSION=3.0.20
- RAILS_VERSION=4-0-stable
- RAILS_VERSION=3-2-stable
- RAILS_VERSION=3-1-stable
- RAILS_VERSION=3-0-stable
- RAILS_VERSION=master
matrix:
exclude:
# 3.0.x is not supported on MRI 2.0.0
- rvm: 2.0.0
env: RAILS_VERSION=3.0.20
- rvm: 2.0.0
env: RAILS_VERSION=3-0-stable
# 4.0.x is not supported on MRI 1.8.7 or 1.9.2
- rvm: 1.8.7
env: RAILS_VERSION=master
- rvm: 1.9.2
env: RAILS_VERSION=master
- rvm: 1.8.7
env: RAILS_VERSION=4-0-stable
- rvm: 1.9.2
env: RAILS_VERSION=4-0-stable
- rvm: 1.8.7
env: RAILS_VERSION=4.0.0
- rvm: 1.9.2
env: RAILS_VERSION=4.0.0
allow_failures:
- env: RAILS_VERSION=master