Skip to content

Commit

Permalink
Try not using .bat file to run phpunit
Browse files Browse the repository at this point in the history
See if this fixes build failures we've been seeing as of late.
  • Loading branch information
markstory committed Dec 27, 2018
1 parent ae35ea0 commit afc602c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -98,4 +98,4 @@ before_test:
test_script:
- sqlcmd -S ".\SQL2012SP1" -U sa -P Password12! -Q "create database cakephp;"
- cd C:\projects\cakephp
- vendor\bin\phpunit.bat
- php vendor\bin\phpunit

0 comments on commit afc602c

Please sign in to comment.