From aa84ad0f4bc0cede41abb2e091c0ae847a1b3c39 Mon Sep 17 00:00:00 2001 From: Niels Ole Salscheider Date: Sun, 30 Sep 2018 09:51:55 +0200 Subject: travis: Install clang Now that we only use the system binaries we have to install this manually. --- tests/travis/install-build-depends | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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*) -- cgit v1.2.3