Skip to content

Commit

Permalink
Merge branch 'branch-v0.8' into branch-v0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
James Lee committed Aug 7, 2017
2 parents 2cce709 + a6b7193 commit 3202be2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@ jobs:
- run:
name: Install dependencies
command: |
apk add --no-cache \
py-pip=9.0.0-r1
pip install \
docker-compose==1.15.0
apk add --no-cache py-pip=9.0.0-r1
pip install docker-compose==1.15.0
- run:
name: Run tests
command: |
Expand Down

0 comments on commit 3202be2

Please sign in to comment.