From 11ff91b00b14e66cf72cc534fc3a872289fd0a18 Mon Sep 17 00:00:00 2001 From: Thomas Ferreira de Lima Date: Mon, 16 Jul 2018 10:45:03 -0400 Subject: [PATCH] trying without brew curl and expat (bis) --- .travis.yml | 2 ++ Brewfile | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1dfa6669f..1c828bcbc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,8 @@ matrix: before_install: - eval "${MATRIX_EVAL}" + - brew update + - brew bundle - env install: diff --git a/Brewfile b/Brewfile index c4345be0c..f84c801df 100644 --- a/Brewfile +++ b/Brewfile @@ -1,4 +1,2 @@ tap "homebrew/core" brew "python3" -brew "curl" -brew "expat"