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.
This commit is contained in:
Fabian Homborg 2020-05-11 18:39:04 +02:00
parent ea0a0991a1
commit 9022211195

View File

@ -56,9 +56,6 @@ matrix:
- libpcre2-dev
- python
- os: osx
before_install:
- brew update
- brew install pcre2 # use system PCRE2
fast_finish: true
script: