Skip to content

Commit

Permalink
update travis config to get rbx working again
Browse files Browse the repository at this point in the history
  • Loading branch information
soupmatt committed Mar 18, 2014
1 parent cc35613 commit b6692b9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
13 changes: 4 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,19 @@ rvm:
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1.0
- jruby-18mode
- jruby-19mode
- jruby-head
- rbx-18mode
- rbx-19mode
- rbx
matrix:
exclude:
- rvm: 1.9.3
gemfile: gemfiles/rails23.gemfile
- rvm: 2.0.0
gemfile: gemfiles/rails23.gemfile
- rvm: ruby-head
- rvm: 2.1.0
gemfile: gemfiles/rails23.gemfile
- rvm: jruby-19mode
gemfile: gemfiles/rails23.gemfile
- rvm: jruby-head
- rvm: rbx
gemfile: gemfiles/rails23.gemfile
- rvm: rbx-19mode
gemfile: gemfiles/rails23.gemfile
allow_failures:
- rvm: jruby-head
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ source "http://rubygems.org"
gemspec

group :tools do
gem "simplecov", :require => false
gem "guard"
gem "guard-rspec"
gem "guard-bundler"
gem "fuubar"
gem "rb-fsevent"
gem "ruby_gntp", :group => :darwin
end

gem 'rubysl', :platform => :rbx

0 comments on commit b6692b9

Please sign in to comment.