Skip to content

Commit dda503f

Browse files
committed
Travis has updated its Rubinius, and Rubinius has a gem for the standard library
1 parent 56f6d54 commit dda503f

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ rvm:
55
- 1.9.3
66
- 2.0.0
77
- ree
8-
- rbx-18mode
9-
- rbx-19mode
10-
- rbx-20mode
8+
- rbx
119
bundler_args: --without benchmarks
1210
script:
1311
- bundle exec rake

Gemfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,7 @@ end
1414
group :development do
1515
gem 'pry'
1616
end
17+
18+
platforms :rbx do
19+
gem 'rubysl'
20+
end

0 commit comments

Comments
 (0)