-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0a7e8aa
commit 141d488
Showing
4 changed files
with
25 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,11 @@ | ||
sudo: false | ||
jdk: | ||
- oraclejdk8 | ||
language: ruby | ||
cache: bundler | ||
rvm: | ||
- jruby-1.7.24 | ||
script: bundle exec rspec spec && bundle exec rspec spec --tag integration | ||
- jruby-1.7.25 | ||
before_install: | ||
- git clone -b feature/event_interface https://github.com/elastic/logstash | ||
script: | ||
- bundle exec rspec spec && bundle exec rspec spec --tag integration |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,8 @@ | ||
source 'https://rubygems.org' | ||
gemspec | ||
gemspec | ||
|
||
# this is temporary for the feature/plugin-api-2_0 branch and is meant for travis testing | ||
gem "logstash-core", :path => "./logstash/logstash-core" | ||
gem "logstash-core-plugin-api", :path => "./logstash/logstash-core-plugin-api" | ||
gem "logstash-core-event-java", :path => "./logstash/logstash-core-event-java" | ||
gem "logstash-devutils", :github => "elastic/logstash-devutils", :branch => "feature/plugin-api-2_0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters