Skip to content

Commit 5c3e73d

Browse files
committed
Use travis for CI
1 parent e20ab40 commit 5c3e73d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ rvm:
77
script:
88
- bundle exec rspec spec
99
jdk: oraclejdk8
10-
before_install: []
10+
script: bundle exec rspec spec && bundle exec rspec spec --tag integration

README.md

+1-1
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)