Update docker-compose on Travis CI

This commit is contained in:
Robert Schäfer 2018-12-06 15:58:03 +01:00
parent 203ab4b0c5
commit 54b92c465f

View File

@ -9,6 +9,16 @@ services:
- docker
- neo4j
env:
- DOCKER_COMPOSE_VERSION=1.23.2
before_install:
- sudo rm /usr/local/bin/docker-compose
- curl -L https://github.com/docker/compose/releases/download/${DOCKER_COMPOSE_VERSION}/docker-compose-`uname -s`-`uname -m` > docker-compose
- chmod +x docker-compose
- sudo mv docker-compose /usr/local/bin
install:
- git submodule update --remote --merge
- yarn global add cypress