We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7e5d662 + 2b49d94 commit edec8e7Copy full SHA for edec8e7
.travis.yml
@@ -29,6 +29,9 @@ anchors:
29
- python
30
- ruby
31
update: true
32
+ before_install:
33
+ # Homebrew has issues linking Python due to conflicts with Python2. Manually link in Python3.
34
+ - brew link --overwrite python3
35
- &lang_env
36
env: "LANGOPT='--enable-perlinterp=dynamic --enable-pythoninterp=dynamic --enable-python3interp=dynamic --enable-rubyinterp=dynamic --enable-luainterp=dynamic --with-lua-prefix=/usr/local'"
37
- &caches
0 commit comments