forked from wallabag/wallabag
Revert PG on Travis about drop/create the database
This commit is contained in:
@ -25,12 +25,6 @@ run: ## Run the wallabag built-in server
|
||||
build: ## Run webpack
|
||||
@npm run build:$(ENV)
|
||||
|
||||
prepare-travis-pg: ## Custom prepare for Travis & Postgres (do not drop/create the database)
|
||||
ifdef DB
|
||||
cp app/config/tests/parameters_test.$(DB).yml app/config/parameters_test.yml
|
||||
endif
|
||||
php bin/console doctrine:migrations:migrate --no-interaction --env=test
|
||||
|
||||
prepare: clean ## Prepare database for testsuite
|
||||
ifdef DB
|
||||
cp app/config/tests/parameters_test.$(DB).yml app/config/parameters_test.yml
|
||||
|
||||
Reference in New Issue
Block a user