partkeepr

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

commit a48e9179e0f17b50c8300cb3726744fe1fde8df7
parent 8d76177b59f742e4c35969a4b54ee0b36c1a6eb1
Author: Felicitus <felicitus@felicitus.org>
Date:   Fri,  2 Oct 2015 14:21:21 +0200

Force ldap extension for travis tests

Diffstat:
M.travis.yml | 7+++++--
1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml @@ -24,6 +24,10 @@ matrix: addons: code_climate: repo_token: 9bf99f3d5903f9f2ae2280f49cc469ef219bb965205cd324847f22d4698257d9 + +before_install: + - echo "extension=ldap.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"` + before_script: - 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 @@ -35,4 +39,4 @@ before_script: - app/console doctrine:schema:create --env=test after_script: - - vendor/bin/test-reporter- \ No newline at end of file + - vendor/bin/test-reporter