an other try to enable pgsql extension

This commit is contained in:
Ralf Becker 2016-08-06 09:26:11 +02:00
parent daf6695b21
commit de99fdde44

View File

@ -56,9 +56,10 @@ before_script:
"hhvm") "hhvm")
;; ;;
esac esac
#- php -m
- phpenv config-rm xdebug.ini - 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 #- composer update --prefer-source $LOWEST_DEPS
- mr --trust-all --stats up - mr --trust-all --stats up
- (cd activesync; mr --trust-all --stats up) - (cd activesync; mr --trust-all --stats up)