Skip to content

Commit

Permalink
CI: Automatic gem deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
phw committed Feb 16, 2017
1 parent 45ddf7f commit 1494494
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,12 @@ before_install:
- gem install codeclimate-test-reporter
script: bundle exec rake test
after_script: '[ "${TRAVIS_RUBY_VERSION}" = "2.4" ] && codeclimate-test-reporter'
deploy:
provider: rubygems
api_key:
secure: hM0SrqauBY3aOh9y6ri9R+DAjaArsH8V41IjUP9PYya5fV+K7JyNCzZB9KaolZGfnLc/U32hUDItKJaTw5GpaA8/wHj9cndkyjfPsjTaIzY8GODdBwDpquDt8yiHnMH6apRKn+habPheXQ1fQwJsD42HSUZIvH97pj20Nis2Ux4=
gem: discid
on:
branch: master
tags: true
ruby: '2.4'

0 comments on commit 1494494

Please sign in to comment.