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:
Alistair Thomas 2017-09-17 14:44:59 +01:00
parent b2f66a3968
commit 8f1aaeaa7d
1 changed files with 2 additions and 2 deletions

View File

@ -71,7 +71,7 @@ matrix:
before_install:
- brew tap homebrew/science
- brew update
- brew install ccache pkg-config automake
- brew install ccache
- brew install --ignore-dependencies gtk-doc
- brew install
gobject-introspection
@ -81,5 +81,5 @@ matrix:
cfitsio libmatio
orc little-cms2 poppler
pango libgsf openslide
librsvg giflib openexr
librsvg openexr
- brew install pygobject3