File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ sudo: false
44cache :
55 directories :
66 - $HOME/.composer/cache/files
7+ - $HOME/symfony-bridge/.phpunit
8+
9+ env :
10+ global :
11+ - SYMFONY_PHPUNIT_DIR="$HOME/symfony-bridge/.phpunit"
712
813matrix :
914 fast_finish : true
@@ -16,6 +21,7 @@ before_install:
1621
1722install :
1823 - composer install
24+ - ./vendor/bin/simple-phpunit install
1925
2026script :
2127 - ./vendor/bin/simple-phpunit
Original file line number Diff line number Diff line change @@ -4,12 +4,14 @@ clone_folder: c:\projects\symfony-demo
44
55cache :
66 - ' %LOCALAPPDATA%\Composer\files'
7+ - ' %LOCALAPPDATA%\SymfonyBridge\phpunit'
78 - c:\projects\symfony-demo\composer.phar
89
910init :
1011 - SET PATH=c:\php;%PATH%
1112 - SET COMPOSER_NO_INTERACTION=1
1213 - SET SYMFONY_DEPRECATIONS_HELPER=strict
14+ - SET SYMFONY_PHPUNIT_DIR=%LOCALAPPDATA%\SymfonyBridge\phpunit
1315 - SET ANSICON=121x90 (121x90)
1416 - REG ADD "HKEY_CURRENT_USER\Software\Microsoft\Command Processor" /v DelayedExpansion /t REG_DWORD /d 1 /f
1517
@@ -45,6 +47,7 @@ install:
4547 - IF %APPVEYOR_REPO_BRANCH%==master (SET COMPOSER_ROOT_VERSION=dev-master) ELSE (SET COMPOSER_ROOT_VERSION=%APPVEYOR_REPO_BRANCH%.x-dev)
4648 - php composer.phar update --no-progress --ansi
4749 - SET COMPOSER_ROOT_VERSION=
50+ - vendor\bin\simple-phpunit install
4851
4952test_script :
5053 - cd c:\projects\symfony-demo
You can’t perform that action at this time.
0 commit comments