diff --git a/.travis.yml b/.travis.yml index 54a4e9516e..12454e2b0a 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