From 23fcfdbd2af9e86d00be99d0030b1348faa00cbf Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 24 Dec 2019 11:18:34 +0100 Subject: [PATCH] .travis.yml: remove "brew update" The packages from the Travis image are good enough, and this speeds up the Travis build. --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ed28ddbac..106be0019 100644 --- a/.travis.yml +++ b/.travis.yml @@ -91,8 +91,6 @@ before_cache: before_install: - eval "${MATRIX_EVAL}" - # C++14 - - test "$TRAVIS_OS_NAME" != "osx" || brew update install: # C++14