Skip to content

Commit

Permalink
Update .travis.yml to ajust to new release cadence
Browse files Browse the repository at this point in the history
  • Loading branch information
jsvd authored Nov 14, 2024
1 parent c60f0b3 commit 2b18f37
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,21 @@ import:
- logstash-plugins/.ci:travis/[email protected]

env:
- DISTRIBUTION=default ELASTIC_STACK_VERSION=8.x
- DISTRIBUTION=oss ELASTIC_STACK_VERSION=8.x
- DISTRIBUTION=default ELASTIC_STACK_VERSION=8.x SNAPSHOT=true
- DISTRIBUTION=oss ELASTIC_STACK_VERSION=8.x SNAPSHOT=true
- DISTRIBUTION=default ELASTIC_STACK_VERSION=8.previous
- DISTRIBUTION=default ELASTIC_STACK_VERSION=8.previous SNAPSHOT=true
- DISTRIBUTION=default ELASTIC_STACK_VERSION=8.current
- DISTRIBUTION=default ELASTIC_STACK_VERSION=8.current SNAPSHOT=true
- DISTRIBUTION=default ELASTIC_STACK_VERSION=8.next
- DISTRIBUTION=default ELASTIC_STACK_VERSION=8.next SNAPSHOT=true
- DISTRIBUTION=default ELASTIC_STACK_VERSION=8.future
- DISTRIBUTION=default ELASTIC_STACK_VERSION=8.future SNAPSHOT=true
- DISTRIBUTION=default ELASTIC_STACK_VERSION=7.x
- DISTRIBUTION=oss ELASTIC_STACK_VERSION=7.x
- DISTRIBUTION=default ELASTIC_STACK_VERSION=7.x SNAPSHOT=true
- DISTRIBUTION=oss ELASTIC_STACK_VERSION=7.x SNAPSHOT=true
- DISTRIBUTION=oss ELASTIC_STACK_VERSION=8.previous
- DISTRIBUTION=oss ELASTIC_STACK_VERSION=8.previous SNAPSHOT=true
- DISTRIBUTION=oss ELASTIC_STACK_VERSION=8.current
- DISTRIBUTION=oss ELASTIC_STACK_VERSION=8.current SNAPSHOT=true
- DISTRIBUTION=oss ELASTIC_STACK_VERSION=8.next
- DISTRIBUTION=oss ELASTIC_STACK_VERSION=8.next SNAPSHOT=true
- DISTRIBUTION=oss ELASTIC_STACK_VERSION=8.future
- DISTRIBUTION=oss ELASTIC_STACK_VERSION=8.future SNAPSHOT=true

0 comments on commit 2b18f37

Please sign in to comment.