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-10-10 17:44:43 +0300
committerMichal Čihař <michal@cihar.com>2017-10-10 17:44:43 +0300
commit1feb43c1f77c5794afb8c39ab5f7054f7eb536a3 (patch)
tree90987a875228f598527a625e4fa30f885ed450a1 /.travis.yml
parent313dcc8650372a0043835f67baae933a97fb3524 (diff)
Add missing tap
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 3a88fabdb1..f71a1c7710 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -72,6 +72,7 @@ matrix:
env: CI_MODE=test
before_install:
- brew update
+ - brew tap homebrew/php
- brew install gettext php71 mariadb
- brew link --force gettext
- sed -i -e 's/^memory_limit = .*/memory_limit = -1/' /usr/local/etc/php/7.1/php.ini