Skip to content

Commit 0aa86a6

Browse files
committed
Modify Gemfile to support Rubinius. [admin]
1 parent 05ef178 commit 0aa86a6

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

.travis.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
---
2-
script: "bundle exec rubytest -Ilib test/test_*.rb"
32
language: ruby
3+
script: "bundle exec rubytest -Ilib test/test_*.rb"
44
rvm:
5-
- 1.8.7
6-
- 1.9.2
75
- 1.9.3
6+
- 2.0.0
7+
- 2.1.0
88
- rbx
9-
- rbx-19mode
10-
- jruby
119
- jruby-19mode
12-
- ree
10+

Gemfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
source "https://rubygems.org"
22
gemspec :path => 'pkg'
33

4+
platforms :rbx do
5+
#gem 'racc'
6+
gem 'rubysl', '~> 2.0'
7+
gem 'psych'
8+
end
9+

0 commit comments

Comments
 (0)