File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -9,12 +9,9 @@ branches:
99# # Build matrix for lowest and highest possible targets
1010environment :
1111 matrix :
12- - dependencies : current
13- php_ver_target : 5.6
14- - dependencies : current
15- php_ver_target : 7.0
16- - dependencies : current
17- php_ver_target : 7.1
12+ - php_ver_target : 5.6
13+ - php_ver_target : 7.0
14+ - php_ver_target : 7.1
1815
1916init :
2017 - SET PATH=C:\Program Files\OpenSSL;c:\tools\php;%PATH%
@@ -78,9 +75,7 @@ install:
7875 - IF %PHP%==1 echo @php %%~dp0composer.phar %%* > composer.bat
7976 - appveyor-retry appveyor DownloadFile https://getcomposer.org/composer.phar
8077 - cd c:\projects\database
81- - IF %dependencies%==lowest appveyor-retry composer update --prefer-lowest --no-progress --profile -n
82- - IF %dependencies%==current appveyor-retry composer install --no-progress --profile
83- - IF %dependencies%==highest appveyor-retry composer update --no-progress --profile -n
78+ - appveyor-retry composer install --no-progress --profile
8479
8580before_test :
8681# Database setup for mysql via PowerShell tools
You can’t perform that action at this time.
0 commit comments