Skip to content

Commit

Permalink
test library on 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ecleel committed Aug 30, 2017
1 parent 0566e79 commit 6c208e5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ rvm:
- "2.3.0"
- "2.3.1"
- "2.4.0"
- "2.4.1"
- jruby-18mode # JRuby in 1.8 mode
- jruby-19mode # JRuby in 1.9 mode
- rbx
Expand Down
6 changes: 2 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
source 'https://rubygems.org'

group :test, :development do
if %w(1.8.7 2.2.0 2.2.2 2.3.0 2.3.1 2.4.0).include? RUBY_VERSION
gem 'minitest'
end

gem 'minitest'

if RUBY_VERSION < '1.9.3'
gem 'rake', "< 11.0.1"
else
Expand Down
4 changes: 2 additions & 2 deletions test/helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
exit e.status_code
end

if %w(1.8.7 2.2.0 2.2.2 2.3.0 2.3.1).include? RUBY_VERSION
# if %w(1.8.7 2.2.0 2.2.2 2.3.0 2.3.1 2.4.1).include? RUBY_VERSION
require 'minitest/autorun'
end
# end

require 'minitest/unit'

Expand Down

0 comments on commit 6c208e5

Please sign in to comment.