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 15:38:49 +0300
committerMichal Čihař <michal@cihar.com>2017-10-10 15:38:49 +0300
commit867ed9f8a34174dffd3595830c81e738d7a4673f (patch)
tree263920d67e7b93215eb30458f51ab47eb95ad822 /.travis.yml
parentb97fa543f456930a56fee24c349b101f520ca86f (diff)
Update brew before tap
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 4f38507a1c..191dc559d7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -67,8 +67,8 @@ matrix:
# Default 2.0.0 Ruby is buggy
- rvm install ruby-2.3.3
- rvm --default use 2.3.3
- - brew tap homebrew/php
- brew update
+ - brew tap homebrew/php
- brew install gettext php70 mariadb
- brew link --force gettext
- sed -i -e 's/^memory_limit = .*/memory_limit = -1/' /usr/local/etc/php/7.0/php.ini