1
0
mirror of https://github.com/dannyvankooten/AltoRouter.git synced 2025-01-17 20:28:26 +01:00

use travis phpunit so that we can test on lower php versions too

This commit is contained in:
Danny van Kooten 2019-02-07 09:44:18 +01:00
parent 9e9767e8fa
commit ecb5f69042

View File

@ -8,7 +8,7 @@ php:
install:
- composer update --prefer-source
script:
- ./vendor/bin/phpunit
- phpunit
after_script:
- ./vendor/bin/test-reporter
env: