fuu travis

This commit is contained in:
Nabeel Shahzad 2017-07-13 13:56:17 -05:00
parent 75bfe99820
commit a8efef1600

View File

@ -10,9 +10,9 @@ all: build
.PHONY: build .PHONY: build
build: build:
composer install --no-interaction @composer install --no-interaction
php artisan optimize @php artisan optimize
php artisan config:cache @php artisan config:cache
@make db @make db
.PHONY: install .PHONY: install
@ -33,8 +33,8 @@ reset: clean
.PHONY: db .PHONY: db
db: db:
sqlite3 database/testing.sqlite "" @php artisan database:create --reset
php artisan migrate:refresh --seed @php artisan migrate:refresh --seed
.PHONY: unittest-db .PHONY: unittest-db
unittest-db: unittest-db: