aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorNiels Ole Salscheider <niels_ole@salscheider-online.de>2018-09-30 09:51:55 +0200
committerJeremy Lainé <jeremy.laine@m4x.org>2018-09-30 10:53:00 +0200
commitaa84ad0f4bc0cede41abb2e091c0ae847a1b3c39 (patch)
treea2bcc8f2f4fb40ab547f0e43969cc67fc636bd46 /tests
parent6cde357e29c70f2722d76924b5f8a10a5de9db4d (diff)
downloadqxmpp-aa84ad0f4bc0cede41abb2e091c0ae847a1b3c39.tar.gz
travis: Install clang
Now that we only use the system binaries we have to install this manually.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/travis/install-build-depends2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/travis/install-build-depends b/tests/travis/install-build-depends
index b5aa9c65..f6e484c9 100755
--- a/tests/travis/install-build-depends
+++ b/tests/travis/install-build-depends
@@ -12,7 +12,7 @@ if [ "$(uname -s)" = "Darwin" ]; then
esac
else
sudo apt-get update -qq
- sudo apt-get install -qq cmake qtbase5-dev
+ sudo apt-get install -qq clang cmake qtbase5-dev
case "$CONFIG" in
full*)