Fix TravisCI gettext workaround to use gettext

Ref: https://travis-ci.community/t/support-forced-link-in-homebrew-addon/1722/2

Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
William Desportes 2020-04-14 23:41:10 +02:00
parent 87301eec85
commit 7ede0d8dc4
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889

View File

@ -108,7 +108,7 @@ jobs:
language: node_js
node_js: 10
before_install:
- brew link --force gettext
- export PATH="/usr/local/opt/gettext/bin:$PATH"
- 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