Appveyor tweaks
parent
2c926741f9
commit
ede458b403
|
@ -10,7 +10,6 @@ environment:
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
- c:\php -> appveyor.yml
|
- c:\php -> appveyor.yml
|
||||||
- .phpunit -> phpunit
|
|
||||||
|
|
||||||
init:
|
init:
|
||||||
- SET PATH=c:\php;%PATH%
|
- SET PATH=c:\php;%PATH%
|
||||||
|
@ -46,4 +45,4 @@ install:
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
- cd c:\projects\composer
|
- cd c:\projects\composer
|
||||||
- php phpunit -c tests/complete.phpunit.xml --colors=always
|
- vendor/bin/phpunit -c tests/complete.phpunit.xml --colors=always
|
||||||
|
|
Loading…
Reference in New Issue