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:
parent
91a8698c90
commit
b9a6f42cd5
11
.travis.yml
11
.travis.yml
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user