Skip to content

Commit

Permalink
AppVeyor: Try to fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alexislefebvre committed Dec 14, 2016
1 parent 7909537 commit 499b0be
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions appveyor.yml
Expand Up @@ -8,6 +8,7 @@ skip_commits:
message: /.*\[skip appveyor\].*/

cache:
- c:\projects\asynctweetsbundle\composer.phar
- c:\tools\php -> appveyor.yml
- '%LOCALAPPDATA%\Composer\files'

Expand All @@ -34,8 +35,10 @@ install:
- IF %PHP%==1 echo @php %%~dp0composer.phar %%* > composer.bat
- appveyor DownloadFile https://getcomposer.org/composer.phar
- cd c:\projects\asynctweetsbundle
- composer require --dev "symfony/symfony:2.8.*" --no-update
- composer install --no-interaction -vv --profile --no-progress
- IF NOT EXIST composer.phar (appveyor DownloadFile https://getcomposer.org/download/1.2.1/composer.phar)
- php composer.phar require --dev "symfony/symfony:2.8.*" --no-update
- php composer.phar install --no-interaction -vv --profile --no-progress --ansi
- SET COMPOSER_ROOT_VERSION=

test_script:
- cd c:\projects\asynctweetsbundle
Expand Down

0 comments on commit 499b0be

Please sign in to comment.