Skip to content

Commit 2ffc738

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
curl
1414
curl -L https://github.com/docker/compose/releases/download/1.19.0/docker-compose-`uname -s`-`uname -m` > ~/docker-compose
1515
chmod +x ~/docker-compose
16-
sudo mv ~/docker-compose /usr/local/bin/docker-compose
16+
mv ~/docker-compose /usr/local/bin/docker-compose
1717
- run:
1818
name: Run tests
1919
command: |

0 commit comments

Comments
 (0)