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:
authorMaurício Meneghini Fauth <mauriciofauth@gmail.com>2018-10-13 21:03:11 +0300
committerMaurício Meneghini Fauth <mauriciofauth@gmail.com>2018-10-13 23:12:20 +0300
commitdf1adb4dfe66c1c75ce1f480a5c5a23ff5e5e123 (patch)
treebca3786ec80b42c9aa9a1040f611fde4acc110f6 /.travis.yml
parentc1926fe2c4787b640adbd501889fee111a87578c (diff)
Fix OSX build on Travis
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 3159c48cf1..cf8543d5db 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -73,11 +73,9 @@ jobs:
env: CI_MODE=test
before_install:
- brew update
- - brew install gettext php72 mariadb yarn
+ - brew install openldap libiconv php@7.2 composer mariadb yarn
- brew link --force gettext
- 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
- stage: "PHP Unit tests"
php: "7.2"