Skip to content

Commit 390ce93

Browse files
committed
Remove Rbx build, see #514.
1 parent 8972335 commit 390ce93

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ rvm:
44
- 2.0.0
55
- 1.9.3
66
- jruby-19mode
7-
- rbx

Gemfile

-8
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,3 @@ group :development, :test do
1818
gem 'redcarpet', :platforms => :ruby
1919
gem 'rubocop', '~> 0.14.1'
2020
end
21-
22-
platforms :rbx do
23-
gem 'parser', '2.1.0.pre1'
24-
gem 'syntax', github: 'distler/syntax'
25-
gem 'rubysl', '~> 2.0'
26-
gem 'racc'
27-
gem 'iconv', github: 'nurse/iconv'
28-
end

0 commit comments

Comments
 (0)