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
|
- 1.9.3
|
||||||
- 2.0.0
|
- 2.0.0
|
||||||
# - jruby-18mode # JRuby in 1.8 mode
|
# - jruby-18mode # JRuby in 1.8 mode
|
||||||
# - jruby-19mode # JRuby in 1.9 mode
|
- jruby-19mode # JRuby in 1.9 mode
|
||||||
- rbx-1.2.4
|
|
||||||
- rbx-2.2.1
|
- rbx-2.2.1
|
||||||
services: mongodb
|
services: mongodb
|
||||||
|
|
2
Gemfile
2
Gemfile
|
@ -1,3 +1,5 @@
|
||||||
source 'https://rubygems.org'
|
source 'https://rubygems.org'
|
||||||
|
|
||||||
gemspec
|
gemspec
|
||||||
|
|
||||||
|
gem 'rubysl', :platforms => :rbx
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue