more fixes for travis
This commit is contained in:
6
Makefile
6
Makefile
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user