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"