Skip to content

Commit

Permalink
remove --dev from composer command
Browse files Browse the repository at this point in the history
  • Loading branch information
antograssiot committed May 31, 2015
1 parent f3e7601 commit 61931bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -33,7 +33,7 @@ install:
- echo extension=php_fileinfo.dll >> php.ini
- cd C:\projects\cakephp
- php -r "readfile('https://getcomposer.org/installer');" | php
- php composer.phar install --prefer-dist --no-interaction --dev
- php composer.phar install --prefer-dist --no-interaction
before_test:
# This script solves the "Database 'model' is being recovered. Waiting until recovery is finished."
# This solution comes from https://gist.github.com/jonathanhickford/1cb0d6665adab8b9c664
Expand Down

0 comments on commit 61931bf

Please sign in to comment.