Skip to content

Commit

Permalink
add travis deploy to ruby gems
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua-arts committed Aug 23, 2018
1 parent 3adf70f commit 6702e2f
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
@@ -1,5 +1,14 @@
sudo: false

language: ruby

rvm:
- 2.5.1

before_install: gem install bundler -v 1.15.4

deploy:
provider: rubygems
api_key: ${RUBYGEMS_API_KEY}
on:
tags: true

0 comments on commit 6702e2f

Please sign in to comment.