Skip to content

Commit 64e1f30

Browse files
committed
try to run dockerized test suite on circle ci
1 parent 6c626a7 commit 64e1f30

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99
- run:
1010
name: Install Docker Compose
1111
command: |
12+
apk add --no-cache \
13+
curl
1214
curl -L https://github.com/docker/compose/releases/download/1.19.0/docker-compose-`uname -s`-`uname -m` > ~/docker-compose
1315
chmod +x ~/docker-compose
1416
sudo mv ~/docker-compose /usr/local/bin/docker-compose

0 commit comments

Comments
 (0)