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>2018-02-12 18:00:14 +0300
committerMichal Čihař <michal@cihar.com>2018-02-12 18:00:14 +0300
commit2dd00f97c9bbc141922135782a87048c90d7a984 (patch)
tree89d4a1a8408d4913b8c617365d8f7418a92504c0 /.travis.yml
parent2f97da218329f259b46253ecbc731d6dd3f738e6 (diff)
Use php 7.2 on osx
Signed-off-by: Michal Čihař <michal@cihar.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 68e7de7112..1a6e28d341 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -74,9 +74,9 @@ matrix:
before_install:
- brew update
- brew tap homebrew/php
- - brew install gettext php71 mariadb
+ - brew install gettext php72 mariadb
- brew link --force gettext
- - sed -i -e 's/^memory_limit = .*/memory_limit = -1/' /usr/local/etc/php/7.1/php.ini
+ - 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