Skip to content

Commit f018c92

Browse files
committed
deploy from travis
1 parent 04dc727 commit f018c92

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

.travis.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
language: ruby
22
rvm:
3-
- 2.4
4-
- 2.5
5-
- 2.6
3+
- 2.4
4+
- 2.5
5+
- 2.6
6+
deploy:
7+
provider: rubygems
8+
api_key:
9+
secure: Oh07PSYCNSlfDT1PRx2nhNSLuM22vdYLQPPhakF7duAYOVinBYJpbwt5Ld7EhC1NlOq1eXhAjVggLe+YqpRJXTqROiyW3SUbcn/u/mYmYxPOkEhi5wAlmK36rwdLrMY/X07RLD8hciMNnur22Btdj0AhxNX7Au3j7LI+eeRnza0=
10+
on:
11+
tags:
12+
true

puppet-lint-strict_indent-check.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |spec|
22
spec.name = 'puppet-lint-strict_indent-check'
3-
spec.version = '2.0.5'
3+
spec.version = "#{ENV['TRAVIS_TAG']}"
44
spec.homepage = 'https://github.com/relud/puppet-lint-strict_indent-check'
55
spec.license = 'Mozilla 2.0'
66
spec.author = 'Daniel Thorn'

0 commit comments

Comments
 (0)