Skip to content

Commit f72f411

Browse files
committed
Workaround for Rbx 2.1.1.
1 parent 6754d09 commit f72f411

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ rvm:
44
- 2.0.0
55
- 1.9.3
66
- jruby-19mode
7-
- rbx-19mode
7+
- rbx-2.1.1

Gemfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,8 @@ group :development, :test do
1515
gem 'github-markup'
1616
gem 'rubocop', '~> 0.14.1'
1717
end
18+
19+
platforms :rbx do
20+
gem 'rubysl', '~> 2.0'
21+
gem 'parser', '2.1.0.pre1'
22+
end

0 commit comments

Comments
 (0)