Skip to content

Commit 39ef853

Browse files
authored
Merge pull request mongodb#1893 from Smolevich/fix-travis-build
Install docker-compose from release on github
2 parents 7c70434 + a9d8cab commit 39ef853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ cache:
1818

1919
install:
2020
- docker version
21-
- sudo pip install docker-compose
21+
- 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
2222
- docker-compose version
2323
- docker-compose build --build-arg PHP_VERSION=${PHP_VERSION}
2424
- docker-compose run --rm tests composer install --no-interaction

0 commit comments

Comments
 (0)