Skip to content

Commit 2bea7f9

Browse files
committed
Require CI to pass on Rails master (Rails 5)
1 parent 5d0cc59 commit 2bea7f9

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

.travis.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ sudo: false
55
rvm:
66
- 1.9.3
77
- 2.0.0
8-
- 2.2
8+
- 2.1
9+
- 2.2.2
910
- ruby-head
1011
- rbx-2
1112

@@ -24,12 +25,18 @@ env:
2425
- "RAILS_VERSION=master"
2526

2627
matrix:
27-
include:
28+
exclude:
29+
- rvm: 1.9.3
30+
env: RAILS_VERSION=master
31+
- rvm: 2.0.0
32+
env: RAILS_VERSION=master
2833
- rvm: 2.1
34+
env: RAILS_VERSION=master
35+
include:
36+
- rvm: 2.2
2937
env: CAPTURE_STDERR=true
3038
- rvm: jruby-19mode
3139
env: JRUBY_OPTS='--server -Xcompile.invokedynamic=false -Xcli.debug=true --debug'
3240
allow_failures:
3341
- rvm: ruby-head
34-
- env: "RAILS_VERSION=master"
3542
fast_finish: true

0 commit comments

Comments
 (0)