travis - run reset again

This commit is contained in:
Nabeel Shahzad
2017-07-13 14:39:10 -05:00
parent 574a820839
commit 4dd2e8c9c6
3 changed files with 2 additions and 3 deletions

View File

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