From ad7b80bcee55f631aaeb230b7a6605d6d59aef26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maur=C3=ADcio=20Meneghini=20Fauth?= Date: Tue, 22 Jan 2019 20:49:31 -0200 Subject: [PATCH] Upgrade PHP and node.js on OSX MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: MaurĂ­cio Meneghini Fauth --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index c1880c8c65..3829ad04c6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -86,12 +86,12 @@ jobs: os: osx env: CI_MODE=test language: node_js - node_js: 8 + node_js: 10 before_install: - brew update - - brew install openldap libiconv php@7.2 composer mariadb + - brew install openldap libiconv php composer mariadb - brew link --force gettext - - sed -i -e 's/^memory_limit = .*/memory_limit = -1/' /usr/local/etc/php/7.2/php.ini + - sed -i -e 's/^memory_limit = .*/memory_limit = -1/' /usr/local/etc/php/7.3/php.ini - mysql.server start - stage: "PHP Unit tests"