Skip to content

Commit 738c8c0

Browse files
committed
Fix Rubinius build.
1 parent 85220f5 commit 738c8c0

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
1+
sudo: false
2+
13
language: ruby
24

35
cache: bundler
46

57
rvm:
68
- ruby-head
79
- 2.1.2
8-
- 2.1.0
910
- 2.0.0
1011
- 1.9.3
1112
- jruby-19mode
1213
- jruby-head
13-
- rbx-2
14+
- rbx-2.2.10
1415

1516
matrix:
1617
allow_failures:

Gemfile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,3 @@ group :development, :test do
1414
gem 'rack-test', "~> 0.6.2", :require => "rack/test"
1515
gem 'rubocop', '0.21.0'
1616
end
17-
18-
platforms :rbx do
19-
gem 'rubysl', '~> 2.0'
20-
gem 'parser', '~> 2.1'
21-
gem 'racc', '~> 1.4'
22-
end

0 commit comments

Comments
 (0)