Skip to content

Commit 8033911

Browse files
committed
Add test-unit constraints to the Travis Gemfile.
1 parent 8ff919b commit 8033911

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis/Gemfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,9 @@ when "synchrony"
99
gem "hiredis"
1010
gem "em-synchrony"
1111
end
12+
13+
if RUBY_VERSION.to_f < 1.9
14+
gem 'test-unit', '3.1.5'
15+
else
16+
gem 'test-unit', '>= 3.2.5'
17+
end

0 commit comments

Comments
 (0)