mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
trying to enable Rubinius build on Travis
This commit is contained in:
parent
f71e8903ff
commit
6e601d624a
2 changed files with 3 additions and 2 deletions
|
@ -5,7 +5,6 @@ rvm:
|
|||
- 1.9.3
|
||||
- 2.0.0
|
||||
# - jruby-18mode # JRuby in 1.8 mode
|
||||
# - jruby-19mode # JRuby in 1.9 mode
|
||||
- rbx-1.2.4
|
||||
- jruby-19mode # JRuby in 1.9 mode
|
||||
- rbx-2.2.1
|
||||
services: mongodb
|
||||
|
|
2
Gemfile
2
Gemfile
|
@ -1,3 +1,5 @@
|
|||
source 'https://rubygems.org'
|
||||
|
||||
gemspec
|
||||
|
||||
gem 'rubysl', :platforms => :rbx
|
||||
|
|
Loading…
Reference in a new issue