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.
2 parents 7c70434 + a9d8cab commit 39ef853Copy full SHA for 39ef853
.travis.yml
@@ -18,7 +18,7 @@ cache:
18
19
install:
20
- docker version
21
- - sudo pip install docker-compose
+ - sudo curl -L "https://github.com/docker/compose/releases/download/1.25.0/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
22
- docker-compose version
23
- docker-compose build --build-arg PHP_VERSION=${PHP_VERSION}
24
- docker-compose run --rm tests composer install --no-interaction
0 commit comments