From f4cc591a225671dd25f62a03ef81831eccbc3231 Mon Sep 17 00:00:00 2001 From: Eric Arellano Date: Sun, 23 Dec 2018 12:59:24 -0700 Subject: [PATCH] Also brew install Python 3 for Rust macOS shard --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index bb8c12c5602..43c64a9a0b5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -317,6 +317,8 @@ matrix: language: generic before_install: - brew tap caskroom/cask && brew update && brew cask install osxfuse + # Install Python 3 + - brew install python before_script: - ulimit -c unlimited - ulimit -n 8192