Skip to content

Commit

Permalink
chore: see if I can get deploy happening once only after tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Jan 16, 2020
1 parent 160e337 commit 1750dc3
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,17 @@ gemfile:
- gemfiles/default.gemfile
- gemfiles/rspec_2.gemfile
- gemfiles/rspec_3.0.gemfile
deploy:
provider: rubygems
api_key:
secure: AzTHDbKRr1ZO4E2mRyvU054Tx8c2cZbKkoDBZjSAQ2CY3E7oH137NTAIGd4BthH/E9mbEXtGpZIDfWPbaOcUJQ5Bz24CWTKmGyic6FrPhJnOW5CKVSLGCDPzpmqHULv/GTN16YN0Dh1HLeGYZzlHlxT0+4AVvbvBAleHrAFeJs8=
gem: pact
on:
tags: true
repo: pact-foundation/pact-ruby

jobs:
include:
- stage: gem release
rvm: 2.6
script: echo "Deploying to rubygems.org ..."
deploy:
provider: rubygems
api_key:
secure: AzTHDbKRr1ZO4E2mRyvU054Tx8c2cZbKkoDBZjSAQ2CY3E7oH137NTAIGd4BthH/E9mbEXtGpZIDfWPbaOcUJQ5Bz24CWTKmGyic6FrPhJnOW5CKVSLGCDPzpmqHULv/GTN16YN0Dh1HLeGYZzlHlxT0+4AVvbvBAleHrAFeJs8=
gem: pact
on:
tags: true
repo: pact-foundation/pact-ruby

0 comments on commit 1750dc3

Please sign in to comment.