Skip to content
This repository has been archived by the owner on Jun 18, 2019. It is now read-only.

Commit

Permalink
#510 - run composer self-update as sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
Gummibeer committed Aug 7, 2018
1 parent c3e3cf6 commit 9fe1fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
# Composer
- run:
name: 'Composer self-update'
command: 'composer self-update'
command: 'sudo composer self-update'

- restore_cache:
keys:
Expand Down

0 comments on commit 9fe1fdf

Please sign in to comment.