1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-12-26 12:27:52 +00:00

Simplify travis OSX build brew command.

This commit is contained in:
Brenden Matthews 2018-12-28 13:33:48 -05:00
parent 9c98ed4119
commit e0209632d1

View File

@ -251,8 +251,8 @@ before_install:
- |
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
HOMEBREW_NO_AUTO_UPDATE=1 brew install freetype gettext lua imlib2 librsvg docbook2x lcov ;
HOMEBREW_NO_AUTO_UPDATE=1 brew link gettext --force ;
fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew link gettext --force ; fi
before_script:
- |
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then