Skip to content

Commit

Permalink
remove dependencies: current (joomla#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
photodude authored and mbabker committed Jan 29, 2017
1 parent 4810ed5 commit 82112c9
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,9 @@ branches:
## Build matrix for lowest and highest possible targets
environment:
matrix:
- dependencies: current
php_ver_target: 5.6
- dependencies: current
php_ver_target: 7.0
- dependencies: current
php_ver_target: 7.1
- php_ver_target: 5.6
- php_ver_target: 7.0
- php_ver_target: 7.1

init:
- SET PATH=C:\Program Files\OpenSSL;c:\tools\php;%PATH%
Expand Down Expand Up @@ -78,9 +75,7 @@ install:
- IF %PHP%==1 echo @php %%~dp0composer.phar %%* > composer.bat
- appveyor-retry appveyor DownloadFile https://getcomposer.org/composer.phar
- cd c:\projects\database
- IF %dependencies%==lowest appveyor-retry composer update --prefer-lowest --no-progress --profile -n
- IF %dependencies%==current appveyor-retry composer install --no-progress --profile
- IF %dependencies%==highest appveyor-retry composer update --no-progress --profile -n
- appveyor-retry composer install --no-progress --profile

before_test:
# Database setup for mysql via PowerShell tools
Expand Down

0 comments on commit 82112c9

Please sign in to comment.