Skip to content

Commit bbed702

Browse files
authored
Merge pull request #5 from Soluto/travis
Travis
2 parents e1b5f8d + 995ba5a commit bbed702

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
language: ruby
2+
rvm:
3+
- 2.2

fluent-plugin-kubernetes-log-levels.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
99

1010
spec.summary = %q{Fluentd plugin for setting kubernetes log levels.}
1111
spec.description = %q{Use kubernetes labels to set log levels dynamically.}
12-
spec.homepage = "TODO: Put your gem's website or public repo URL here."
12+
spec.homepage = "https://github.com/Soluto/fluent-plugin-kubernetes-log-level"
1313
spec.license = "Apache-2.0"
1414

1515
test_files, files = `git ls-files -z`.split("\x0").partition do |f|

0 commit comments

Comments
 (0)