From a9045b28e62b53533f1b6e8d5e6fec5f80c0b194 Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Thu, 15 Dec 2016 15:28:27 +0330 Subject: still trying... --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 027422a..9b07bc6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,10 +22,10 @@ matrix: compiler: clang addons: apt: - sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-precise-3.8'] - packages: ['clang-3.8'] + sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-precise-3.9'] + packages: ['clang-3.9'] env: - - COMPILER=clang++-3.8 + - COMPILER=clang++-3.9 - LLVMCONFIG=llvm-config-3.9 # Activate when 3.7 is released and the repository is available -- cgit v1.2.3