From 90222111956837d13daa9c057206f3a2742d9bc4 Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Mon, 11 May 2020 18:39:04 +0200 Subject: [PATCH] Travis: PCRE2 is already installed on osx This removes the before_install step because it's currently failing. The error message says pcre2 is already installed anyway, so we can skip the entire thing and remove brew from the equation. --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7a174d199..2ba7738f9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -56,9 +56,6 @@ matrix: - libpcre2-dev - python - os: osx - before_install: - - brew update - - brew install pcre2 # use system PCRE2 fast_finish: true script: