mirror of
https://github.com/silverstripe/silverstripe-mssql
synced 2024-10-22 08:05:53 +02:00
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:
parent
8101ca851d
commit
1fab860174
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user