From 42ec546c56eb10e48c3d92e39aadcdd33daed24a Mon Sep 17 00:00:00 2001 From: William Desportes Date: Sun, 8 Sep 2019 14:27:49 +0200 Subject: [PATCH] Use NodeJS 10 on travis CI release step and fix OSX step MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - remove sudo - Cherry-pick of 037666220007268cd2f43d1ab7a4c93ed4206c15 - Cherry-pick of e361a5ccfebfbebbc1bcabaa9c7728b95321ef33 Co-authored-by: MaurĂ­cio Meneghini Fauth Signed-off-by: William Desportes --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 02c2feb964..ba10a81785 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,8 +24,6 @@ php: - "hhvm-3.24" - "hhvm-3.27" -sudo: required - env: matrix: - CI_MODE=test @@ -68,19 +66,21 @@ matrix: - php: "7.1" env: CI_MODE=selenium - php: "7.0" + node_js: 10 env: CI_MODE=release - php: "7.1" env: CI_MODE=docs - php: "7.1" env: CI_MODE=apidocs - os: osx - name: "PHP 7.2" + name: "PHP 7.3" language: node_js node_js: 10 env: CI_MODE=test before_install: - brew link --force gettext - - sed -i -e 's/^memory_limit = .*/memory_limit = -1/' /usr/local/etc/php/7.2/php.ini + - echo "memory_limit=-1" > /usr/local/etc/php/7.3/conf.d/50-travis.ini + - echo "pcre.jit=0" >> /usr/local/etc/php/7.3/conf.d/50-travis.ini - mysql.server start addons: homebrew: