From 8963aae57d83f51d6f5d56eddadf05476b12ef71 Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Thu, 10 Aug 2017 19:24:36 +0200 Subject: [PATCH] :construction_worker: clang-3.6 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fe32c6461..f96eecb99 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,7 +33,7 @@ matrix: env: COMPILER=clang-3.6 addons: apt: - sources: ['ubuntu-toolchain-r-test''] + sources: ['ubuntu-toolchain-r-test'] packages: ['g++-6', 'clang-3.6'] ################ -- GitLab