FIX: Fix errors in Appveyor config

There were unfortunately a few errors in the Appveyor config. This commit
fixes them.
This commit is contained in:
Sam Minnee 2015-08-12 09:43:53 +12:00
parent 8101ca851d
commit 1fab860174
1 changed files with 2 additions and 1 deletions

View File

@ -34,7 +34,8 @@ before_test:
test_script:
- cd c:\projects\assembled
- ps: cat phpunit.xml.dist | %{$_ -replace "colors=\"true\"","colors=\"false\""} | Out-File -Encoding "Default" phpunit.xml.dist
- rename phpunit.xml.dist phpunit.xml.dist.orig
- ps: cat phpunit.xml.dist.orig | %{$_ -replace "colors=`"true`"","colors=`"false`""} | Out-File -Encoding "Default" phpunit.xml.dist
- php .\vendor\phpunit\phpunit\composer\bin\phpunit framework/tests
environment: