travis-ci/osx: install lcov

This commit is contained in:
Azat Khuzhin 2016-11-03 15:00:15 +03:00
parent cb0df5cfac
commit e4e099bdb5

View File

@ -31,6 +31,7 @@ before_install:
brew update;
brew uninstall libtool && brew install libtool;
brew install openssl;
brew install lcov;
if [ "$CC" == "gcc" ]; then
export CC=$(ls -t /usr/local/bin/gcc-?.?);
fi