Skip to content

Commit 8fc7021

Browse files
committed
pin docker compose version
1 parent 37f8571 commit 8fc7021

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ services:
99
env:
1010
global:
1111
- LATEST="2.12-2.3.0"
12+
- DOCKER_COMPOSE_VERSION=1.23.2
13+
14+
before_install:
15+
- sudo rm /usr/local/bin/docker-compose
16+
- curl -L https://github.com/docker/compose/releases/download/${DOCKER_COMPOSE_VERSION}/docker-compose-`uname -s`-`uname -m` > docker-compose
17+
- chmod +x docker-compose
18+
- sudo mv docker-compose /usr/local/bin
1219

1320
# Build recommended versions based on: http://kafka.apache.org/downloads
1421
matrix:

0 commit comments

Comments
 (0)