Skip to content

Commit 3277293

Browse files
committed
re=write of circle config
1 parent a3800ea commit 3277293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
- checkout
88
- run:
99
name: Install docker-compose
10-
command: pip install docker-compose
10+
command: sudo pip install docker-compose
1111
- run:
1212
name: Run Rspec Tests
1313
command: bundle exec rspec

0 commit comments

Comments
 (0)