File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change
1
+ sudo : false
2
+ language : ruby
3
+ cache : bundler
4
+ rvm :
5
+ - jruby-1.7.23
6
+ script : bundle exec rspec spec && bundle exec rspec spec --tag integration
Original file line number Diff line number Diff line change 1
1
# Logstash Plugin
2
2
3
- [ ![ Build
4
- Status] ( http://build-eu-00.elastic.co/view/LS%20Plugins/view/LS%20Outputs/job/logstash-plugin-output-tcp-unit/badge/icon )] ( http://build-eu-00.elastic.co/view/LS%20Plugins/view/LS%20Outputs/job/logstash-plugin-output-tcp-unit/ )
3
+ [ ![ Travis Build Status] ( https://travis-ci.org/logstash-plugins/logstash-output-tcp.svg )] ( https://travis-ci.org/logstash-plugins/logstash-output-tcp )
5
4
6
5
This is a plugin for [ Logstash] ( https://github.com/elastic/logstash ) .
7
6
@@ -86,4 +85,4 @@ Programming is not a required skill. Whatever you've seen about open source and
86
85
87
86
It is more important to the community that you are able to contribute.
88
87
89
- For more information about contributing, see the [ CONTRIBUTING] ( https://github.com/elastic/logstash/blob/master/CONTRIBUTING.md ) file.
88
+ For more information about contributing, see the [ CONTRIBUTING] ( https://github.com/elastic/logstash/blob/master/CONTRIBUTING.md ) file.
You can’t perform that action at this time.
0 commit comments