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.
1 parent 6bd3601 commit 0a85a61Copy full SHA for 0a85a61
.travis.yml
@@ -4,14 +4,15 @@ services: docker
4
addons:
5
apt:
6
packages:
7
- - docker-ce
+ - docker-ce
8
matrix:
9
include:
10
- - env: ELASTIC_STACK_VERSION=5.x
11
- - env: ELASTIC_STACK_VERSION=6.x
+ - env: ELASTIC_STACK_VERSION=8.x
+ - env: SNAPSHOT=true ELASTIC_STACK_VERSION=7.x
12
- env: ELASTIC_STACK_VERSION=7.x
13
- env: SNAPSHOT=true ELASTIC_STACK_VERSION=6.x
14
- - env: SNAPSHOT=true ELASTIC_STACK_VERSION=7.x
+ - env: ELASTIC_STACK_VERSION=6.x
15
+ - env: ELASTIC_STACK_VERSION=5.x
16
fast_finish: true
17
install: ci/unit/docker-setup.sh
18
script: ci/unit/docker-run.sh
0 commit comments