diff options
| author | Niels Ole Salscheider <niels_ole@salscheider-online.de> | 2020-03-09 12:36:50 +0100 |
|---|---|---|
| committer | LNJ <lnj@kaidan.im> | 2020-03-16 22:22:59 +0100 |
| commit | 133c94dcf874162860351e34aa1a92a1d942ad2c (patch) | |
| tree | bbdb26842fec433c5a2ad5973dbb87e27784ca95 /tests | |
| parent | a39008ed2f562f44b6963c0a141907ff33c61918 (diff) | |
| download | qxmpp-133c94dcf874162860351e34aa1a92a1d942ad2c.tar.gz | |
Travis: Unlink python2 to avoid conflict in CI
Diffstat (limited to 'tests')
| -rwxr-xr-x | tests/travis/install-build-depends | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/travis/install-build-depends b/tests/travis/install-build-depends index c7f56fb0..b4b48cf2 100755 --- a/tests/travis/install-build-depends +++ b/tests/travis/install-build-depends @@ -3,6 +3,7 @@ set -e if [ "$(uname -s)" = "Darwin" ]; then brew update + brew unlink python@2 brew install qt case "$CONFIG" in |
