Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Čihař <michal@cihar.com>2017-06-01 16:18:26 +0300
committerMichal Čihař <michal@cihar.com>2017-06-01 16:18:26 +0300
commite10a7fd5d4deb1be655f54bb191ca1310ef162c2 (patch)
tree070b125b8cdc1a8094b3d18961bc5424309b1ea5 /.travis.yml
parent371a2433a5a8f3eae0e0bf64b04c231a7d98a651 (diff)
Increase memory limit for OSX tests
Signed-off-by: Michal Čihař <michal@cihar.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
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