Skip to content

Commit

Permalink
deploy from travis
Browse files Browse the repository at this point in the history
  • Loading branch information
relud committed Jan 3, 2019
1 parent 04dc727 commit f018c92
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
13 changes: 10 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
language: ruby
rvm:
- 2.4
- 2.5
- 2.6
- 2.4
- 2.5
- 2.6
deploy:
provider: rubygems
api_key:
secure: Oh07PSYCNSlfDT1PRx2nhNSLuM22vdYLQPPhakF7duAYOVinBYJpbwt5Ld7EhC1NlOq1eXhAjVggLe+YqpRJXTqROiyW3SUbcn/u/mYmYxPOkEhi5wAlmK36rwdLrMY/X07RLD8hciMNnur22Btdj0AhxNX7Au3j7LI+eeRnza0=
on:
tags:
true
2 changes: 1 addition & 1 deletion puppet-lint-strict_indent-check.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |spec|
spec.name = 'puppet-lint-strict_indent-check'
spec.version = '2.0.5'
spec.version = "#{ENV['TRAVIS_TAG']}"
spec.homepage = 'https://github.com/relud/puppet-lint-strict_indent-check'
spec.license = 'Mozilla 2.0'
spec.author = 'Daniel Thorn'
Expand Down

0 comments on commit f018c92

Please sign in to comment.