Skip to content

Commit

Permalink
Run pipeline tests on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
drbrain committed May 7, 2019
1 parent d4777d5 commit 3ea2003
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,8 @@ rvm:
- 2.5
- 2.6
script: rake travis

matrix:
include:
- rvm: "2.6"
env: TRAVIS_MATRIX=pipeline
6 changes: 4 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
dependency 'minitest', '~> 5.2', :development
dependency 'connection_pool', '~> 2.2'
dependency 'minitest', '~> 5.2', :development
dependency 'net-http-pipeline', '~> 1.0' if
ENV['TRAVIS_MATRIX'] == 'pipeline'
end

# vim: syntax=Ruby

0 comments on commit 3ea2003

Please sign in to comment.