We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4777d5 commit 3ea2003Copy full SHA for 3ea2003
.travis.yml
@@ -16,3 +16,8 @@ rvm:
16
- 2.5
17
- 2.6
18
script: rake travis
19
+
20
+matrix:
21
+ include:
22
+ - rvm: "2.6"
23
+ env: TRAVIS_MATRIX=pipeline
Rakefile
@@ -20,8 +20,10 @@ Hoe.spec 'net-http-persistent' do
rdoc_locations <<
'docs.seattlerb.org:/data/www/docs.seattlerb.org/net-http-persistent/'
- dependency 'connection_pool', '~> 2.2'
24
- dependency 'minitest', '~> 5.2', :development
+ dependency 'connection_pool', '~> 2.2'
+ dependency 'minitest', '~> 5.2', :development
25
+ dependency 'net-http-pipeline', '~> 1.0' if
26
+ ENV['TRAVIS_MATRIX'] == 'pipeline'
27
end
28
29
# vim: syntax=Ruby
0 commit comments