See #18. Attempt to install Pear. Homebrew does not work.

This commit is contained in:
Glavin Wiechert 2014-06-16 01:42:25 -03:00
parent 465d530db0
commit d181fbd083
1 changed files with 3 additions and 2 deletions

View File

@ -12,6 +12,7 @@ before_install:
- gem install ruby-beautify --verbose
- brew install python
- pip install --upgrade autopep8
- brew tap homebrew/science
- brew install pear
- curl -O http://pear.php.net/go-pear.phar
- sudo php -d detect_unicode=0 go-pear.phar
- export PATH="/usr/local/mysql/bin:$HOME/pear/bin:$PATH"
- pear install PHP_Beautifier