From 1ed5503fbe6e9404ea23a3ea3092b3044b5434d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 19 Jun 2017 10:15:26 +0200 Subject: [PATCH] Use PHP 7.1 for OS X tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ae85331b7a..caa9055e38 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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