Skip to content

Commit 82112c9

Browse files
photodudembabker
authored andcommitted
remove dependencies: current (joomla#80)
1 parent 4810ed5 commit 82112c9

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

.appveyor.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,9 @@ branches:
99
## Build matrix for lowest and highest possible targets
1010
environment:
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

1916
init:
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

8580
before_test:
8681
# Database setup for mysql via PowerShell tools

0 commit comments

Comments
 (0)