We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5d3a464 + 6d66125 commit 9e29dd6Copy full SHA for 9e29dd6
.travis.yml
@@ -1,7 +1,10 @@
1
import:
2
- logstash-plugins/.ci:travis/[email protected]
3
4
-env:
5
- jobs: # test with old scheduler version (3.0 was locked in LS 7.x)
6
- - ELASTIC_STACK_VERSION=7.x RUFUS_SCHEDULER_VERSION=3.0.9
7
- - ELASTIC_STACK_VERSION=8.2.0 RUFUS_SCHEDULER_VERSION=3.0.9
+jobs:
+ exclude:
+ - env: ELASTIC_STACK_VERSION=7.current
+ - env: SNAPSHOT=true ELASTIC_STACK_VERSION=7.current
8
+ include:
9
+ - env: ELASTIC_STACK_VERSION=7.current RUFUS_SCHEDULER_VERSION=3.0.9 SNAPSHOT=true
10
+ - env: ELASTIC_STACK_VERSION=7.current RUFUS_SCHEDULER_VERSION=3.0.9
0 commit comments