From 1fab860174e896fc13ff59a78f5de5ec56e58450 Mon Sep 17 00:00:00 2001 From: Sam Minnee Date: Wed, 12 Aug 2015 09:43:53 +1200 Subject: [PATCH] FIX: Fix errors in Appveyor config There were unfortunately a few errors in the Appveyor config. This commit fixes them. --- .appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 0c59358..2cda9a7 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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: