diff options
| author | Linus Jahn <lnj@kaidan.im> | 2020-09-29 14:13:26 +0200 |
|---|---|---|
| committer | LNJ <lnj@kaidan.im> | 2020-09-29 14:30:46 +0200 |
| commit | a8f83ef083b0d6fe02e0007a38a973793bea869f (patch) | |
| tree | 6ae9683bf5059d3345759c1ff5b6c70c3d9c7fc9 /tests | |
| parent | c81e6d59bc7c181471d96dbbd1033f8127b425fd (diff) | |
| download | qxmpp-a8f83ef083b0d6fe02e0007a38a973793bea869f.tar.gz | |
ci: macos: Remove python2 unlinking to fix build
Diffstat (limited to 'tests')
| -rwxr-xr-x | tests/travis/install-build-depends | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/travis/install-build-depends b/tests/travis/install-build-depends index c1c66dd1..36d6904d 100755 --- a/tests/travis/install-build-depends +++ b/tests/travis/install-build-depends @@ -3,7 +3,6 @@ set -e if [ "$(uname -s)" = "Darwin" ]; then brew update - brew unlink python@2 case "$CONFIG" in full*) |
