From 1b44eb33f31da10e7bdb4815f23847d98a7f3393 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Wed, 24 Oct 2018 11:07:10 +0200 Subject: [PATCH] [TRAVIS] Last osx version of travis already have python3 installed. --- travis/install_deps.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/travis/install_deps.sh b/travis/install_deps.sh index b3356a48..7687d07b 100755 --- a/travis/install_deps.sh +++ b/travis/install_deps.sh @@ -9,8 +9,6 @@ ARCHIVE_NAME=deps_${TRAVIS_OS_NAME}_${PLATFORM}_${REPO_NAME}.tar.gz cd $HOME if [[ "$TRAVIS_OS_NAME" == "osx" ]] then - brew update - brew upgrade python3 pip3 install meson==0.43.0 wget https://github.com/ninja-build/ninja/releases/download/v1.8.2/ninja-mac.zip