mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-01-19 23:22:46 +08:00
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:
parent
ea0a0991a1
commit
9022211195
|
@ -56,9 +56,6 @@ matrix:
|
|||
- libpcre2-dev
|
||||
- python
|
||||
- os: osx
|
||||
before_install:
|
||||
- brew update
|
||||
- brew install pcre2 # use system PCRE2
|
||||
fast_finish: true
|
||||
|
||||
script:
|
||||
|
|
Loading…
Reference in New Issue
Block a user