Skip to content

Commit 77b0bcf

Browse files
committed
Install docker-compose from release on github
1 parent 069b233 commit 77b0bcf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

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

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

0 commit comments

Comments
 (0)