Disable postgresql as optional dependency.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2018-12-11 14:26:15 +02:00
parent fc5d21059a
commit e043fd8742

View File

@ -50,7 +50,7 @@ before_install:
brew install qt5;
else
unset SSL_CERT_FILE;
brew install https://gist.githubusercontent.com/dismine/c3ac01de38e12edcf22d9e05791adf82/raw/e37c2a641ac006dfcdec47d3a1d57849ccee3441/qt5.rb;
brew install https://gist.githubusercontent.com/dismine/c3ac01de38e12edcf22d9e05791adf82/raw/064395d87d3bb352f8c4568d3e8f7b80b627f36a/qt5.rb;
fi
chmod -R 755 /usr/local/opt/qt5/*
fi