2
0
mirror of https://github.com/boostorg/hof.git synced 2026-02-02 21:02:16 +00:00

Set correct compiler version

This commit is contained in:
Paul
2015-09-26 15:20:50 -07:00
parent 3dbd0859c5
commit cb3b38c8a1

View File

@@ -30,7 +30,7 @@ matrix:
- env: CLANG_VERSION=3.7 BUILD_TYPE=Debug ASAN=on LIBCXX=off
os: linux
compiler: clang-3.7
compiler: clang-3.5
addons: *clang35
- env: CLANG_VERSION=3.7 BUILD_TYPE=Debug ASAN=on LIBCXX=on