Skip to content

Commit 63e9ae1

Browse files
committed
Use travis for CI
1 parent ec831a7 commit 63e9ae1

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
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

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Logstash Plugin
22

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)
54

65
This is a plugin for [Logstash](https://github.com/elastic/logstash).
76

@@ -86,4 +85,4 @@ Programming is not a required skill. Whatever you've seen about open source and
8685

8786
It is more important to the community that you are able to contribute.
8887

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.

0 commit comments

Comments
 (0)