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-19 11:29:24 +0300
committerMichal Čihař <michal@cihar.com>2017-06-19 11:29:24 +0300
commit244031a89a45d99a5eae7240adee54541d73c3ad (patch)
tree8411c7b328464ebee0882f95db1070c2006a915c /.travis.yml
parent1ed5503fbe6e9404ea23a3ea3092b3044b5434d8 (diff)
Fix file path on OS X
Signed-off-by: Michal Čihař <michal@cihar.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index caa9055e38..34d380034d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -72,7 +72,7 @@ matrix:
- brew update
- brew install gettext php71 mariadb
- brew link --force gettext
- - sed -i -e 's/^memory_limit = .*/memory_limit = -1/' /usr/local/etc/php/7.0/php.ini
+ - sed -i -e 's/^memory_limit = .*/memory_limit = -1/' /usr/local/etc/php/7.1/php.ini
- curl https://getcomposer.org/installer | php
- ln -s "`pwd`/composer.phar" /usr/local/bin/composer
- mysql.server start