Skip to content

Commit

Permalink
update matrix to include current targets [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
yaauie committed Feb 13, 2019
1 parent 6bd3601 commit 0a85a61
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@ services: docker
addons:
apt:
packages:
- docker-ce
- docker-ce
matrix:
include:
- env: ELASTIC_STACK_VERSION=5.x
- env: ELASTIC_STACK_VERSION=6.x
- env: ELASTIC_STACK_VERSION=8.x
- env: SNAPSHOT=true ELASTIC_STACK_VERSION=7.x
- env: ELASTIC_STACK_VERSION=7.x
- env: SNAPSHOT=true ELASTIC_STACK_VERSION=6.x
- env: SNAPSHOT=true ELASTIC_STACK_VERSION=7.x
- env: ELASTIC_STACK_VERSION=6.x
- env: ELASTIC_STACK_VERSION=5.x
fast_finish: true
install: ci/unit/docker-setup.sh
script: ci/unit/docker-run.sh

0 comments on commit 0a85a61

Please sign in to comment.