diff --git a/.travis/run.test.sh b/.travis/run.test.sh index 5f584d06..16bbb367 100755 --- a/.travis/run.test.sh +++ b/.travis/run.test.sh @@ -2,13 +2,13 @@ set -e php bin/hyperf.php migrate --path=app/Setting/Database/Migrations -php bin/hyperf.php migrate --path=app/Setting/Database/Migrations/Update php bin/hyperf.php migrate --path=app/System/Database/Migrations -php bin/hyperf.php migrate --path=app/System/Database/Migrations/Update php bin/hyperf.php db:seed --path=app/Setting/Database/Seeders php bin/hyperf.php db:seed --path=app/System/Database/Seeders +php bin/hyperf.php mine:update + composer test \ No newline at end of file