From e19a777765afbbeeb0e3aaaf18efeeb100f57727 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maur=C3=ADcio=20Meneghini=20Fauth?= Date: Sat, 13 Oct 2018 15:03:11 -0300 Subject: [PATCH] Fix OSX build on Travis MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: MaurĂ­cio Meneghini Fauth (cherry picked from commit df1adb4dfe66c1c75ce1f480a5c5a23ff5e5e123) Signed-off-by: MaurĂ­cio Meneghini Fauth --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index c5498d5591..ed8f753ee6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -77,11 +77,9 @@ matrix: env: CI_MODE=test before_install: - brew update - - brew install gettext php72 mariadb + - brew install openldap libiconv php@7.2 composer mariadb - brew link --force gettext - sed -i -e 's/^memory_limit = .*/memory_limit = -1/' /usr/local/etc/php/7.2/php.ini - - curl https://getcomposer.org/installer | php - - ln -s "`pwd`/composer.phar" /usr/local/bin/composer - mysql.server start allow_failures: