Skip to content

Commit

Permalink
Change Travis configuration to 'rbx' instead of 'rbx-19mode'
Browse files Browse the repository at this point in the history
Also include related gems according to:
travis-ci/travis-ci#1641
  • Loading branch information
Brian Morton committed Dec 19, 2013
1 parent 2878f2c commit b1719c6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
source 'https://rubygems.org'

gemspec

platforms :rbx do
gem 'rubysl', '~> 2.0'
gem 'racc', '~> 1.4.10'
end
7 changes: 6 additions & 1 deletion Gemfile.edge
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
source 'http://rubygems.org'
source 'https://rubygems.org'

gemspec

gem 'rails', github: 'rails/rails', branch: 'master'
gem 'arel', github: 'rails/arel', branch: 'master'

platforms :rbx do
gem 'rubysl', '~> 2.0'
gem 'racc', '~> 1.4.10'
end

0 comments on commit b1719c6

Please sign in to comment.