Skip to content

Commit 1a8ab52

Browse files
committed
Exclude ruby 1.8 builds for Rails 4.0.x
1 parent b04e154 commit 1a8ab52

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.travis.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,17 @@ gemfile:
1111
- gemfiles/Gemfile.rails-3.1.x
1212
- gemfiles/Gemfile.rails-3.0.x
1313
- gemfiles/Gemfile.rails-2.3.x
14+
matrix:
15+
exclude:
16+
- rvm: 1.8.7
17+
gemfile: gemfiles/Gemfile.rails-4.0.x
18+
- rvm: ree
19+
gemfile: gemfiles/Gemfile.rails-4.0.x
20+
- rvm: jruby-18mode
21+
gemfile: gemfiles/Gemfile.rails-4.0.x
1422
notifications:
1523
email:
16-
- mechanics@errplane.com
24+
- pilots@errplane.com
1725
on_success: change
1826
on_failure: always
1927
script: bundle exec rake spec

0 commit comments

Comments
 (0)