Use composer script instead of phpunit

This commit is contained in:
Phan An 2017-12-10 01:45:40 +01:00
parent bc839b5453
commit 98b1252c68
2 changed files with 4 additions and 1 deletions

View file

@ -31,7 +31,7 @@ install:
- composer install --prefer-dist --no-interaction
script:
- vendor/bin/phpunit
- composer test
- yarn test
addons:

View file

@ -63,6 +63,9 @@
],
"post-create-project-cmd": [
"php artisan key:generate"
],
"test": [
"phpunit"
]
},
"config": {