Skip to content

Commit

Permalink
Merge pull request #14 from Benny1992/master
Browse files Browse the repository at this point in the history
Enable Rubinius testing
  • Loading branch information
jodosha committed Jun 26, 2014
2 parents 8ddea82 + 21353ed commit 3f3153d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,8 @@ rvm:
- 2.1.0
- 2.1.1
- 2.1.2
- rbx-2

matrix:
allow_failures:
- rvm: rbx-2
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source 'https://rubygems.org'
gemspec

unless ENV['TRAVIS']
gem 'byebug', require: false, platforms: :ruby if RUBY_VERSION >= '2.1.0'
gem 'byebug', require: false, platforms: :mri if RUBY_VERSION >= '2.1.0'
gem 'yard', require: false
end

Expand Down

0 comments on commit 3f3153d

Please sign in to comment.