Skip to content

Commit

Permalink
Don't run composer update by default on circle.
Browse files Browse the repository at this point in the history
  • Loading branch information
becw committed Apr 16, 2018
1 parent 55de8bb commit 9c88ff3
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 @@ -54,8 +54,8 @@ jobs:

- checkout
- run:
name: Composer install / update
command: composer update --no-interaction --prefer-dist
name: Composer install
command: composer install --no-interaction --prefer-dist

# Composer package cache - update when the contents of the Composer cache directory
# change
Expand Down

0 comments on commit 9c88ff3

Please sign in to comment.