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:
9
9
# # Build matrix for lowest and highest possible targets
10
10
environment :
11
11
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
18
15
19
16
init :
20
17
- SET PATH=C:\Program Files\OpenSSL;c:\tools\php;%PATH%
@@ -78,9 +75,7 @@ install:
78
75
- IF %PHP%==1 echo @php %%~dp0composer.phar %%* > composer.bat
79
76
- appveyor-retry appveyor DownloadFile https://getcomposer.org/composer.phar
80
77
- 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
84
79
85
80
before_test :
86
81
# Database setup for mysql via PowerShell tools
You can’t perform that action at this time.
0 commit comments