Skip to content

Commit

Permalink
Run tests on clang-3.9 in c++14 mode too
Browse files Browse the repository at this point in the history
  • Loading branch information
apolukhin committed Aug 19, 2017
1 parent dfc82d0 commit a3e56d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -29,7 +29,8 @@ env:
# Coroutine2 has issue with this compiler
#- CXX_FLAGS="--coverage -O0" LINK_FLAGS="--coverage" TOOLSET=gcc CXXTOOLSET=g++

- CXX_FLAGS="-Wno-c++11-narrowing -fsanitize=leak" LINK_FLAGS="-fsanitize=leak" TOOLSET=clang-3.9 CXXTOOLSET=clang++-3.9
- CXX_FLAGS="-Wno-c++11-narrowing" TOOLSET=clang-3.9 CXXTOOLSET=clang++-3.9
- CXX_FLAGS="-std=c++14 -Wno-c++11-narrowing -fsanitize=address,leak -stdlib=libc++" LINK_FLAGS="-stdlib=libc++ -fsanitize=address,leak" TOOLSET=clang-3.9 CXXTOOLSET=clang++-3.9
- CXX_FLAGS="-Wno-c++11-narrowing" TOOLSET=clang-3.6 CXXTOOLSET=clang++-3.6

#- CXX_FLAGS="-std=c++11 -stdlib=libc++" LINK_FLAGS="-stdlib=libc++" TOOLSET=clang
Expand Down

0 comments on commit a3e56d2

Please sign in to comment.