Skip to content

Commit

Permalink
Update Travis CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Jan 8, 2014
1 parent 932d536 commit 627192d
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 16 deletions.
33 changes: 17 additions & 16 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,23 @@
language: ruby
only:
- master
env:
matrix:
- RAILS_VERSION="~> 3.0.0"
- RAILS_VERSION="~> 3.1.0"
- RAILS_VERSION="~> 3.2.0"
- RAILS_VERSION="~> 4.0.0"
rvm:
- jruby-19mode
- rbx-19mode
- 1.9.2
- 1.9.3
- 2.0.0
env:
matrix:
- "RAILS_VERSION=\"~> 3.0.0\""
- "RAILS_VERSION=\"~> 3.1.0\""
- "RAILS_VERSION=\"~> 3.2.0\""
- "RAILS_VERSION=\"~> 4.0.0\""
- 2.1.0
- rbx
- ruby-head
matrix:
exclude:
- rvm: 1.9.2
env: "RAILS_VERSION=\"~> 4.0.0\""
allow_failures:
include:
- rvm: jruby-19mode
- rvm: rbx-19mode
env: JRUBY_OPTS="$JRUBY_OPTS --debug"
- rvm: jruby-head
env: JRUBY_OPTS="$JRUBY_OPTS --debug"
allow_failures:
- rvm: jruby-head
- rvm: rbx
- rvm: ruby-head
6 changes: 6 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,10 @@ group :test do
gem 'simplecov', :require => false
end

platforms :rbx do
gem 'rubinius-coverage'
gem 'rubysl'
gem 'rubysl-json'
end

gemspec

0 comments on commit 627192d

Please sign in to comment.