Remove additional install of pkg-config, automake and giflib from macOS CI
The Travis build for macOS is failing because brew errors out when it finds pkg-config, automake and giflib have already been installed.
This commit is contained in:
parent
b2f66a3968
commit
8f1aaeaa7d
@ -71,7 +71,7 @@ matrix:
|
|||||||
before_install:
|
before_install:
|
||||||
- brew tap homebrew/science
|
- brew tap homebrew/science
|
||||||
- brew update
|
- brew update
|
||||||
- brew install ccache pkg-config automake
|
- brew install ccache
|
||||||
- brew install --ignore-dependencies gtk-doc
|
- brew install --ignore-dependencies gtk-doc
|
||||||
- brew install
|
- brew install
|
||||||
gobject-introspection
|
gobject-introspection
|
||||||
@ -81,5 +81,5 @@ matrix:
|
|||||||
cfitsio libmatio
|
cfitsio libmatio
|
||||||
orc little-cms2 poppler
|
orc little-cms2 poppler
|
||||||
pango libgsf openslide
|
pango libgsf openslide
|
||||||
librsvg giflib openexr
|
librsvg openexr
|
||||||
- brew install pygobject3
|
- brew install pygobject3
|
||||||
|
Loading…
Reference in New Issue
Block a user