Skip to content

Commit

Permalink
Push key to creds
Browse files Browse the repository at this point in the history
  • Loading branch information
jm-mailosaur committed Mar 13, 2019
1 parent 3ab963b commit 1b12d7f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ deploy:
skip_cleanup: true
provider: script
script: gem build mailosaur.gemspec &&
gem push mailosaur-$version.gem -k $DEPLOY_KEY
echo "---\n:rubygems_api_key: $DEPLOY_KEY" > ~/.gem/credentials &&
gem push mailosaur-$version.gem
on:
branch: master
ruby: 2.2
Expand Down

0 comments on commit 1b12d7f

Please sign in to comment.