Skip to content

Commit d08d081

Browse files
committed
Merge pull request #617 from dblock/more-rubies
Expanded test matrix to more rubies.
2 parents a77ac5b + b2e4f9b commit d08d081

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

.travis.yml

+12-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
11
language: ruby
2+
23
cache: bundler
3-
before_install:
4-
- gem install bundler -v '= 1.5.1'
4+
55
rvm:
6+
- ruby-head
7+
- 2.1.1
68
- 2.1.0
79
- 2.0.0
810
- 1.9.3
911
- jruby-19mode
12+
- jruby-head
13+
- rbx-2.1
14+
- rbx-2.2
15+
16+
matrix:
17+
allow_failures:
18+
- rvm: ruby-head
19+
- rvm: jruby-head

Gemfile

+6
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,9 @@ group :development, :test do
1818
gem 'redcarpet', platforms: :ruby
1919
gem 'rubocop', '~> 0.15.0'
2020
end
21+
22+
platforms :rbx do
23+
gem 'rubysl'
24+
gem 'rubinius-developer_tools'
25+
gem 'racc'
26+
end

0 commit comments

Comments
 (0)