Skip to content

Commit

Permalink
keep testing against (old) 3.0 rufus-scheduler
Browse files Browse the repository at this point in the history
  • Loading branch information
kares committed Feb 22, 2022
1 parent 5f8b38a commit 3a1a9ea
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
import:
- logstash-plugins/.ci:travis/[email protected]
- logstash-plugins/.ci:travis/[email protected]

env:
jobs: # test with old scheduler version (3.0 was locked in LS 7.x)
- ELASTIC_STACK_VERSION=7.x RUFUS_SCHEDULER_VERSION=3.0.9
- ELASTIC_STACK_VERSION=6.x RUFUS_SCHEDULER_VERSION=3.0.9
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ if Dir.exist?(logstash_path) && use_logstash_source
gem 'logstash-core', :path => "#{logstash_path}/logstash-core"
gem 'logstash-core-plugin-api', :path => "#{logstash_path}/logstash-core-plugin-api"
end

gem 'rufus-scheduler', ENV['RUFUS_SCHEDULER_VERSION'] if ENV['RUFUS_SCHEDULER_VERSION']

0 comments on commit 3a1a9ea

Please sign in to comment.