From 35df65e70a91774f87810a1e131d6ce784972f70 Mon Sep 17 00:00:00 2001 From: Jan Niklas Hasse Date: Mon, 23 Oct 2017 11:31:13 +0200 Subject: [PATCH] Travis: Workaround for https://github.com/Homebrew/brew/issues/3299 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 817267c6e..076389322 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,7 @@ addons: - libboost-python-dev install: - | - [ $TRAVIS_OS_NAME = linux ] || brew upgrade jpeg + [ $TRAVIS_OS_NAME = linux ] || brew update - | [ $TRAVIS_OS_NAME = linux ] || brew install sdl2 freetype libvorbis glew jpeg webp scons script: