Skip to content

Commit 3ea2003

Browse files
committed
Run pipeline tests on travis
1 parent d4777d5 commit 3ea2003

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,8 @@ rvm:
1616
- 2.5
1717
- 2.6
1818
script: rake travis
19+
20+
matrix:
21+
include:
22+
- rvm: "2.6"
23+
env: TRAVIS_MATRIX=pipeline

Rakefile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,10 @@ Hoe.spec 'net-http-persistent' do
2020
rdoc_locations <<
2121
'docs.seattlerb.org:/data/www/docs.seattlerb.org/net-http-persistent/'
2222

23-
dependency 'connection_pool', '~> 2.2'
24-
dependency 'minitest', '~> 5.2', :development
23+
dependency 'connection_pool', '~> 2.2'
24+
dependency 'minitest', '~> 5.2', :development
25+
dependency 'net-http-pipeline', '~> 1.0' if
26+
ENV['TRAVIS_MATRIX'] == 'pipeline'
2527
end
2628

2729
# vim: syntax=Ruby

0 commit comments

Comments
 (0)