diff --git a/.travis.sh b/.travis.sh index ba952065d9..f75ef266a1 100644 --- a/.travis.sh +++ b/.travis.sh @@ -79,6 +79,9 @@ travis_install() { if [ "$PPSSPP_BUILD_TYPE" = "macOS" ]; then brew_install sdl2 + brew upgrade python + elif [ "$PPSSPP_BUILD_TYPE" = "iOS" ]; then + brew upgrade python fi # Ensure we're using ccache