File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
- ---
2
1
sudo : false
3
2
language : ruby
4
3
cache : bundler
7
6
script :
8
7
- bundle exec rspec spec
9
8
jdk : oraclejdk8
10
- before_install : []
9
+ script : bundle exec rspec spec && bundle exec rspec spec --tag integration
Original file line number Diff line number Diff line change @@ -95,4 +95,4 @@ Programming is not a required skill. Whatever you've seen about open source and
95
95
96
96
It is more important to the community that you are able to contribute.
97
97
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.
You can’t perform that action at this time.
0 commit comments