Use PHP 7.1 for OS X tests

Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař 2017-06-19 10:15:26 +02:00
parent f2eb84011c
commit 1ed5503fbe

View File

@ -70,7 +70,7 @@ matrix:
before_install:
- brew tap homebrew/php
- brew update
- brew install gettext php70 mariadb
- 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
- curl https://getcomposer.org/installer | php