Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsekaean authored Jun 5, 2018
1 parent 4289c74 commit 821f8b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:

steps:
# Install additional requirements
- run: sudo apt-get update
- run: sudo apt-get install php5-phpdbg
- run: apt-get update
- run: apt-get install php5-phpdbg
- run:
command: |
php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
Expand Down

0 comments on commit 821f8b3

Please sign in to comment.