Use composer test in Travis build script

This commit is contained in:
peter279k 2018-04-14 16:44:21 +08:00
parent 7e735e17ea
commit 631c8feb36

View File

@ -24,4 +24,4 @@ before_script:
- composer install - composer install
# Script to run tests # Script to run tests
script: ./vendor/bin/phpunit script: composer test