From 677e60e27c8c4aa62c04536d068b6e7a0cfb5fda Mon Sep 17 00:00:00 2001 From: Jaka Kranjc Date: Wed, 19 Oct 2016 08:23:07 +0200 Subject: [PATCH] travis: new osx image has python preinstalled and can't handle brew update --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 648b2191e8..62bca2e78c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,7 +36,7 @@ addons: ssh_known_hosts: frs.sourceforge.net before_install: - - if [ $TRAVIS_OS_NAME == osx ]; then brew update && brew install sdl python openal-soft freetype sdl_mixer libpng libvorbis; fi + - if [ $TRAVIS_OS_NAME == osx ]; then brew update && brew install sdl openal-soft freetype sdl_mixer libpng libvorbis; fi - touch id_travissfbot - if [[ $TRAVIS_SECURE_ENV_VARS == "true" ]]; then openssl aes-256-cbc -K $encrypted_798b15af9f34_key -iv $encrypted_798b15af9f34_iv -in testing/id_travissfbot.enc -out id_travissfbot -d; fi - chmod 0600 id_travissfbot