travis - cleanup database creation/migration for tests

This commit is contained in:
Nabeel Shahzad
2017-07-13 15:43:56 -05:00
parent de91b133e7
commit c40cd3da53
3 changed files with 11 additions and 10 deletions

View File

@@ -47,8 +47,8 @@ tests: test
.PHONY: test
test:
php artisan database:create --reset
vendor/bin/phpunit --debug --verbose --testdox tests
#php artisan database:create --reset
vendor/bin/phpunit --debug --verbose
.PHONY: schema
schema: