more fixes for travis

This commit is contained in:
Nabeel Shahzad
2017-07-13 14:29:46 -05:00
parent dd6a45e567
commit 5527fb3d64
7 changed files with 55 additions and 24 deletions

View File

@@ -47,10 +47,8 @@ tests: test
.PHONY: test
test:
@echo "" > storage/logs/laravel.log
@chmod 0777 storage/logs/*
@vendor/bin/phpunit --testdox tests
@cat storage/logs/laravel.log
#@php artisan database:create --reset > /dev/null
vendor/bin/phpunit --debug --verbose --testdox tests
.PHONY: schema
schema: