From d183259514708e72993ca57372db6e5cbf5e4a04 Mon Sep 17 00:00:00 2001 From: Théo Zimmermann Date: Mon, 5 Mar 2018 16:54:43 +0100 Subject: Fix failing packaging job. gtksourceview depends transitively on py2cairo which was updated in Homebrew to depend explicitly on python2 (see Homebrew/homebrew-core#24714): this makes the python3 install step impossible. We also remove the libxml2 install step which was failing in a non-fatal way. --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 9ec936b0c..481a63558 100644 --- a/.travis.yml +++ b/.travis.yml @@ -243,7 +243,8 @@ matrix: - EXTRA_OPAM="${LABLGTK}" before_install: - brew update - - brew install opam gnu-time gtk+ expat gtksourceview libxml2 gdk-pixbuf python3 + - brew install opam gnu-time gtk+ expat gtksourceview gdk-pixbuf + - brew upgrade python - pip3 install macpack before_deploy: - dev/build/osx/make-macos-dmg.sh -- cgit v1.2.3