mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-18 02:55:12 +00:00
Fix yaml syntax.
This commit is contained in:
parent
2c816b1392
commit
fef29a5f8e
@ -254,8 +254,8 @@ matrix:
|
|||||||
osx_image: xcode10.1
|
osx_image: xcode10.1
|
||||||
before_install:
|
before_install:
|
||||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then eval "${MATRIX_EVAL}" ; fi
|
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then eval "${MATRIX_EVAL}" ; fi
|
||||||
|
- |
|
||||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
||||||
brew update;
|
brew update;
|
||||||
brew install freetype gettext lua imlib2 ccache;
|
brew install freetype gettext lua imlib2 ccache;
|
||||||
export PATH="/usr/local/opt/ccache/libexec:$PATH";
|
export PATH="/usr/local/opt/ccache/libexec:$PATH";
|
||||||
|
Loading…
Reference in New Issue
Block a user