Skip to content

Commit 620a6a9

Browse files
committed
fix docker-compose download script
1 parent d2d7973 commit 620a6a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ services:
44
- docker
55

66
before_install:
7-
- curl -L https://github.com/docker/compose/releases/download/1.16.1/docker-compose-`uname -s`-`uname -m` > /usr/local/bin/docker-compose
8-
- chmod +x /usr/local/bin/docker-compose
7+
- sudo curl -Lo /usr/local/bin/docker-compose https://github.com/docker/compose/releases/download/1.16.1/docker-compose-`uname -s`-`uname -m`
8+
- sudo chmod +x /usr/local/bin/docker-compose
99

1010
script:
1111
- XDEBUG=1 docker-compose build

0 commit comments

Comments
 (0)