File tree 2 files changed +9
-0
lines changed
2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ sudo: false
4
4
cache :
5
5
directories :
6
6
- $HOME/.composer/cache/files
7
+ - $HOME/symfony-bridge/.phpunit
8
+
9
+ env :
10
+ global :
11
+ - SYMFONY_PHPUNIT_DIR="$HOME/symfony-bridge/.phpunit"
7
12
8
13
matrix :
9
14
fast_finish : true
@@ -16,6 +21,7 @@ before_install:
16
21
17
22
install :
18
23
- composer install
24
+ - ./vendor/bin/simple-phpunit install
19
25
20
26
script :
21
27
- ./vendor/bin/simple-phpunit
Original file line number Diff line number Diff line change @@ -4,12 +4,14 @@ clone_folder: c:\projects\symfony-demo
4
4
5
5
cache :
6
6
- ' %LOCALAPPDATA%\Composer\files'
7
+ - ' %LOCALAPPDATA%\SymfonyBridge\phpunit'
7
8
- c:\projects\symfony-demo\composer.phar
8
9
9
10
init :
10
11
- SET PATH=c:\php;%PATH%
11
12
- SET COMPOSER_NO_INTERACTION=1
12
13
- SET SYMFONY_DEPRECATIONS_HELPER=strict
14
+ - SET SYMFONY_PHPUNIT_DIR=%LOCALAPPDATA%\SymfonyBridge\phpunit
13
15
- SET ANSICON=121x90 (121x90)
14
16
- REG ADD "HKEY_CURRENT_USER\Software\Microsoft\Command Processor" /v DelayedExpansion /t REG_DWORD /d 1 /f
15
17
@@ -45,6 +47,7 @@ install:
45
47
- IF %APPVEYOR_REPO_BRANCH%==master (SET COMPOSER_ROOT_VERSION=dev-master) ELSE (SET COMPOSER_ROOT_VERSION=%APPVEYOR_REPO_BRANCH%.x-dev)
46
48
- php composer.phar update --no-progress --ansi
47
49
- SET COMPOSER_ROOT_VERSION=
50
+ - vendor\bin\simple-phpunit install
48
51
49
52
test_script :
50
53
- cd c:\projects\symfony-demo
You can’t perform that action at this time.
0 commit comments