We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e20ab40 commit 5c3e73dCopy full SHA for 5c3e73d
.travis.yml
@@ -7,4 +7,4 @@ rvm:
7
script:
8
- bundle exec rspec spec
9
jdk: oraclejdk8
10
-before_install: []
+script: bundle exec rspec spec && bundle exec rspec spec --tag integration
README.md
@@ -95,4 +95,4 @@ Programming is not a required skill. Whatever you've seen about open source and
95
96
It is more important to the community that you are able to contribute.
97
98
-For more information about contributing, see the [CONTRIBUTING](https://github.com/elastic/logstash/blob/master/CONTRIBUTING.md) file.
+For more information about contributing, see the [CONTRIBUTING](https://github.com/elastic/logstash/blob/master/CONTRIBUTING.md) file.
0 commit comments