partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit a9c4639a0c53b9501fd2dbf42e4b1a003086b4a0
parent aa9c205a072ae71613529192b031f0fee91e9449
Author: Felicitus <felicitus@felicitus.org>
Date:   Sun, 11 Oct 2015 17:11:22 +0200

Copy the dist config file

Diffstat:
M.travis.yml | 1+
Mcomposer.json | 5-----
2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/.travis.yml b/.travis.yml @@ -29,6 +29,7 @@ before_install: - echo "extension=ldap.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"` before_script: + - cp app/config/parameters.php.dist app/config/parameters.php - if [[ "$SYMFONY__TESTDB" == "pgsql" ]]; then psql -c "DROP DATABASE IF EXISTS partkeepr_test;" -U postgres; fi - if [[ "$SYMFONY__TESTDB" == "pgsql" ]]; then psql -c "create database partkeepr_test;" -U postgres; fi - if [[ "$SYMFONY__TESTDB" == "mysql" ]]; then mysql -e "DROP database IF EXISTS partkeepr_test;" -uroot; fi diff --git a/composer.json b/composer.json @@ -77,13 +77,11 @@ "minimum-stability": "stable", "scripts": { "post-install-cmd": [ - "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters", "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap", "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets", "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile" ], "post-update-cmd": [ - "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters", "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap", "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets", "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile" @@ -91,9 +89,6 @@ }, "extra": { "assets-dir" : "web/", - "incenteev-parameters": { - "file": "app/config/parameters.php" - }, "installer-paths": { "web/js/packages/{$name}": [ "partkeepr/extjs6",