From a8efef1600d1e5dfa0b48e6f0cd4760849ee8f26 Mon Sep 17 00:00:00 2001 From: Nabeel Shahzad Date: Thu, 13 Jul 2017 13:56:17 -0500 Subject: [PATCH] fuu travis --- Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 1d04601a..866372d6 100644 --- a/Makefile +++ b/Makefile @@ -10,9 +10,9 @@ all: build .PHONY: build build: - composer install --no-interaction - php artisan optimize - php artisan config:cache + @composer install --no-interaction + @php artisan optimize + @php artisan config:cache @make db .PHONY: install @@ -33,8 +33,8 @@ reset: clean .PHONY: db db: - sqlite3 database/testing.sqlite "" - php artisan migrate:refresh --seed + @php artisan database:create --reset + @php artisan migrate:refresh --seed .PHONY: unittest-db unittest-db: