From 82cd8c8d02d4523c4f6ccd70d5bf7ce09b40858f Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Thu, 10 Aug 2017 19:59:00 +0200 Subject: [PATCH] :construction_worker: another try --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 94360961..26fc7492 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,7 +33,7 @@ matrix: env: COMPILER=clang++-3.4 addons: apt: - sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-precise-3.4'] + sources: ['ubuntu-toolchain-r-test'] packages: ['g++-6', 'clang-3.4'] ################