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:
parent
87301eec85
commit
7ede0d8dc4
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user