Skip to content

Commit 6f27ea0

Browse files
committed
Use travis for CI
1 parent e20ab40 commit 6f27ea0

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
---
21
sudo: false
32
language: ruby
43
cache: bundler
@@ -7,4 +6,4 @@ rvm:
76
script:
87
- bundle exec rspec spec
98
jdk: oraclejdk8
10-
before_install: []
9+
script: bundle exec rspec spec && bundle exec rspec spec --tag integration

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,4 @@ Programming is not a required skill. Whatever you've seen about open source and
9595

9696
It is more important to the community that you are able to contribute.
9797

98-
For more information about contributing, see the [CONTRIBUTING](https://github.com/elastic/logstash/blob/master/CONTRIBUTING.md) file.
98+
For more information about contributing, see the [CONTRIBUTING](https://github.com/elastic/logstash/blob/master/CONTRIBUTING.md) file.

0 commit comments

Comments
 (0)