From e10a7fd5d4deb1be655f54bb191ca1310ef162c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 1 Jun 2017 15:18:26 +0200 Subject: [PATCH] Increase memory limit for OSX tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 0ac25c3854..f40e75f9a1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -73,6 +73,7 @@ matrix: - brew update - brew install gettext php70 mariadb - brew link --force gettext + - sed -i 's/^memory_limit = .*/memory_limit = -1/' /usr/local/etc/php/7.0/php.ini - curl https://getcomposer.org/installer | php - ln -s "`pwd`/composer.phar" /usr/local/bin/composer - mysql.server start