From fef29a5f8e6f3c84792c24a6c752f95ceb780e12 Mon Sep 17 00:00:00 2001 From: Brenden Matthews Date: Wed, 19 Dec 2018 13:31:22 -0500 Subject: [PATCH] Fix yaml syntax. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e04066c0..d2a34880 100644 --- a/.travis.yml +++ b/.travis.yml @@ -254,8 +254,8 @@ matrix: osx_image: xcode10.1 before_install: - 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 install freetype gettext lua imlib2 ccache; export PATH="/usr/local/opt/ccache/libexec:$PATH";