Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix failing packaging job.
Browse files Browse the repository at this point in the history
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.
Zimmi48 committed Mar 5, 2018
1 parent 1533172 commit fa9d563
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -243,8 +243,8 @@ matrix:
- EXTRA_OPAM="${LABLGTK}"
before_install:
- brew update
- brew install opam gnu-time gtk+ expat gtksourceview libxml2 gdk-pixbuf python3
- pip3 install macpack
- brew install opam gnu-time gtk+ expat gtksourceview libxml2 gdk-pixbuf python
- pip install macpack
before_deploy:
- dev/build/osx/make-macos-dmg.sh
deploy:

0 comments on commit fa9d563

Please sign in to comment.