Skip to content

Commit

Permalink
Add test-unit constraints to the Travis Gemfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
pat committed Jun 25, 2017
1 parent 8ff919b commit 8033911
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,9 @@ when "synchrony"
gem "hiredis"
gem "em-synchrony"
end

if RUBY_VERSION.to_f < 1.9
gem 'test-unit', '3.1.5'
else
gem 'test-unit', '>= 3.2.5'
end

0 comments on commit 8033911

Please sign in to comment.