1
0
mirror of https://github.com/CLIUtils/CLI11.git synced 2025-04-30 04:33:53 +00:00

Add test target for Clang 5.0 and C++14.

This commit is contained in:
Marcus Brinkmann 2017-11-30 16:19:04 +01:00 committed by Henry Schreiner
parent 91a8698c90
commit b9a6f42cd5

View File

@ -10,6 +10,17 @@ cache:
- ${TRAVIS_BUILD_DIR}/deps/doxygen
matrix:
include:
- compiler: clang
addons:
apt:
sources:
- ubuntu-toolchain-r-test
- llvm-toolchain-trusty-5.0
packages:
- clang++-5.0
env:
- COMPILER=5.0
- CLI_CXX_STD=14
- compiler: clang
addons:
apt: