Skip to content

Commit

Permalink
Scrutinizer: require Symfony before update
Browse files Browse the repository at this point in the history
  • Loading branch information
alexislefebvre committed Feb 10, 2016
1 parent 5c5411a commit 6665fe4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .scrutinizer.yml
Expand Up @@ -18,7 +18,9 @@ build:
dependencies:
override:
-
command: 'composer require --dev "symfony/symfony:2.8.*" --no-interaction -vv --profile --no-progress'
command: 'composer require --dev "symfony/symfony:2.8.*" --no-update'
-
command: 'composer update --no-interaction -vv --profile --no-progress'
idle_timeout: 900
tests:
override:
Expand Down

0 comments on commit 6665fe4

Please sign in to comment.