Skip to content

Commit 0a85a61

Browse files
committed
update matrix to include current targets [ci skip]
1 parent 6bd3601 commit 0a85a61

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.travis.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@ services: docker
44
addons:
55
apt:
66
packages:
7-
- docker-ce
7+
- docker-ce
88
matrix:
99
include:
10-
- env: ELASTIC_STACK_VERSION=5.x
11-
- env: ELASTIC_STACK_VERSION=6.x
10+
- env: ELASTIC_STACK_VERSION=8.x
11+
- env: SNAPSHOT=true ELASTIC_STACK_VERSION=7.x
1212
- env: ELASTIC_STACK_VERSION=7.x
1313
- env: SNAPSHOT=true ELASTIC_STACK_VERSION=6.x
14-
- env: SNAPSHOT=true ELASTIC_STACK_VERSION=7.x
14+
- env: ELASTIC_STACK_VERSION=6.x
15+
- env: ELASTIC_STACK_VERSION=5.x
1516
fast_finish: true
1617
install: ci/unit/docker-setup.sh
1718
script: ci/unit/docker-run.sh

0 commit comments

Comments
 (0)