From de99fdde44ce96e79e5072a303e5c680f7cccb02 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Sat, 6 Aug 2016 09:26:11 +0200 Subject: [PATCH] an other try to enable pgsql extension --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6d66432eea..7e660d031f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -56,9 +56,10 @@ before_script: "hhvm") ;; esac - #- php -m - phpenv config-rm xdebug.ini - - phpenv config-add pgsql.ini + - php -m + - echo "extension=pgsql.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini; + - php -m #- composer update --prefer-source $LOWEST_DEPS - mr --trust-all --stats up - (cd activesync; mr --trust-all --stats up)