try clang 5

This commit is contained in:
pantor
2018-02-19 23:16:56 +01:00
parent effbfe09c3
commit a6f9911d3a
2 changed files with 9 additions and 1 deletions
+8
View File
@@ -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
+1 -1
View File
@@ -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)