Skip to content
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.

Commit

Permalink
Fix OSX build on Travis
Browse files Browse the repository at this point in the history
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
  • Loading branch information
MauricioFauth committed Oct 13, 2018
1 parent c1926fe commit df1adb4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,9 @@ jobs:
env: CI_MODE=test
before_install:
- brew update
- brew install gettext php72 mariadb yarn
- brew install openldap libiconv php@7.2 composer mariadb yarn
- brew link --force gettext
- sed -i -e 's/^memory_limit = .*/memory_limit = -1/' /usr/local/etc/php/7.2/php.ini
- curl https://getcomposer.org/installer | php
- ln -s "`pwd`/composer.phar" /usr/local/bin/composer
- mysql.server start
- stage: "PHP Unit tests"
php: "7.2"
Expand Down

0 comments on commit df1adb4

Please sign in to comment.