Fix OSX build

Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
William Desportes 2019-12-21 10:49:18 +01:00
parent 171bc9a456
commit 83d05641bb
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889

View File

@ -72,14 +72,14 @@ matrix:
- php: "7.1"
env: CI_MODE=apidocs
- os: osx
name: "PHP 7.3"
name: "PHP 7.4"
language: node_js
node_js: 10
env: CI_MODE=test
before_install:
- brew link --force gettext
- 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
- echo "memory_limit=-1" > /usr/local/etc/php/7.4/conf.d/50-travis.ini
- echo "pcre.jit=0" >> /usr/local/etc/php/7.4/conf.d/50-travis.ini
- mysql.server start
addons:
homebrew: