mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-06-07 15:37:14 +02:00
Merge pull request #1001 from ychin/fix-travis-python2-link-issues
Fix Travis CI Python issues by manually linking Python3
This commit is contained in:
@@ -29,6 +29,9 @@ anchors:
|
||||
- python
|
||||
- ruby
|
||||
update: true
|
||||
before_install:
|
||||
# Homebrew has issues linking Python due to conflicts with Python2. Manually link in Python3.
|
||||
- brew link --overwrite python3
|
||||
- &lang_env
|
||||
env: "LANGOPT='--enable-perlinterp=dynamic --enable-pythoninterp=dynamic --enable-python3interp=dynamic --enable-rubyinterp=dynamic --enable-luainterp=dynamic --with-lua-prefix=/usr/local'"
|
||||
- &caches
|
||||
|
||||
Reference in New Issue
Block a user