From a6f9911d3aa12d6c2f35b4864964541442eb3ef1 Mon Sep 17 00:00:00 2001 From: pantor Date: Mon, 19 Feb 2018 23:16:56 +0100 Subject: [PATCH] try clang 5 --- .travis.yml | 8 ++++++++ README.md | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5b0cf29..ffff334 100644 --- a/.travis.yml +++ b/.travis.yml @@ -79,6 +79,14 @@ matrix: sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-trusty-4.0'] packages: ['g++-6', 'clang-4.0'] + - os: linux + compiler: clang + env: COMPILER=clang++-5.0 + addons: + apt: + sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-trusty-5.0'] + packages: ['g++-6', 'clang-5.0'] + - os: osx osx_image: xcode7.3 diff --git a/README.md b/README.md index a285524..e1d1540 100644 --- a/README.md +++ b/README.md @@ -238,7 +238,7 @@ render("Hello{# Todo #}!", data); // "Hello!" Currently, the following compilers are tested: - GCC 4.9 - 7.1 (and possibly later) -- Clang 3.6 - 3.7 (and possibly later) +- Clang 3.6 - 5.0 (and possibly later) - Microsoft Visual C++ 2015 / Build Tools 14.0.25123.0 (and possibly later) - Microsoft Visual C++ 2017 / Build Tools 15.1.548.43366 (and possibly later)