Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5846b43

Browse files
committedMar 18, 2018
appveyor: mkdir build/coverage if not exists
1 parent 358590f commit 5846b43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎.appveyor.yml

+1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ install:
7171
- echo xdebug.remote_enable=true >> php.ini
7272
- echo xdebug.remote_autostart=true >> php.ini
7373
- cd c:\projects\phpspec-code-coverage
74+
- IF NOT EXIST build\coverage mkdir build\coverage
7475
- composer self-update
7576
- composer update --no-progress --no-ansi --no-interaction --no-suggest --optimize-autoloader --prefer-stable %DEPENDENCIES%
7677

0 commit comments

Comments
 (0)
Please sign in to comment.