From d375458c9f00652718870fec37d4b6b6ff461647 Mon Sep 17 00:00:00 2001 From: Maxime Dénès Date: Fri, 16 Mar 2018 01:30:02 +0100 Subject: Emergency fix for OSX packaging job on Travis. Updates to homebrew packages can currently make this packaging job fail at any stage of the release cycle. Also, we are leaving dangerously because we depend on python2 and python3 at the same time, which is not supported by homebrew. To make this more reliable, we should switch to a Nix-based build infrastructure at least for macOS. --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index d775824f0..41814e954 100644 --- a/.travis.yml +++ b/.travis.yml @@ -250,8 +250,10 @@ matrix: - EXTRA_OPAM="${LABLGTK}" before_install: - brew update + - brew unlink python - brew install opam gnu-time gtk+ expat gtksourceview gdk-pixbuf - - brew upgrade python + - brew unlink python@2 + - brew install python3 - pip3 install macpack before_deploy: - dev/build/osx/make-macos-dmg.sh -- cgit v1.2.3