1
0
mirror of https://github.com/dannyvankooten/AltoRouter.git synced 2025-08-05 07:57:38 +02:00

Use local phpunit

Also, no need to specify the path to the config
This commit is contained in:
Koen Punt
2015-03-02 15:10:03 +01:00
parent 0e1e2b7d63
commit ed1c3edfbd

View File

@@ -8,7 +8,7 @@ php:
install:
- composer install --dev
script:
- phpunit -c phpunit.xml
- ./vendor/bin/phpunit
after_script:
- ./vendor/bin/test-reporter
env: