-
Notifications
You must be signed in to change notification settings - Fork 24
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
c980fe9
commit f1a3fda
Showing
4 changed files
with
31 additions
and
20 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,7 +1,11 @@ | ||
sudo: false | ||
jdk: | ||
- oraclejdk8 | ||
language: ruby | ||
cache: bundler | ||
rvm: | ||
- jruby-1.7.23 | ||
script: | ||
- jruby-1.7.25 | ||
before_install: | ||
- git clone -b feature/event_interface https://github.com/elastic/logstash | ||
script: | ||
- bundle exec rspec spec |
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,9 @@ | ||
source 'https://rubygems.org' | ||
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" | ||
gem "logstash-codec-line", :github => "logstash-plugins/logstash-codec-line", :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