-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update .travis.yml to ajust to new release cadence
- Loading branch information
Showing
1 changed file
with
16 additions
and
6 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 |
---|---|---|
|
@@ -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 |