forked from boostorg/mp11
Use /usr/bin/clang++ for clang-3.3 and 3.4
This commit is contained in:
10
.travis.yml
10
.travis.yml
@@ -1,4 +1,4 @@
|
|||||||
# Copyright 2016, 2017 Peter Dimov
|
# Copyright 2016, 2017, 2018 Peter Dimov
|
||||||
# Distributed under the Boost Software License, Version 1.0.
|
# Distributed under the Boost Software License, Version 1.0.
|
||||||
# (See accompanying file LICENSE_1_0.txt or copy at http://boost.org/LICENSE_1_0.txt)
|
# (See accompanying file LICENSE_1_0.txt or copy at http://boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
@@ -85,16 +85,16 @@ matrix:
|
|||||||
- ubuntu-toolchain-r-test
|
- ubuntu-toolchain-r-test
|
||||||
|
|
||||||
- os: linux
|
- os: linux
|
||||||
compiler: clang++
|
compiler: /usr/bin/clang++
|
||||||
env: TOOLSET=clang COMPILER=clang++ CXXSTD=11
|
env: TOOLSET=clang COMPILER=/usr/bin/clang++ CXXSTD=11
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
- clang-3.3
|
- clang-3.3
|
||||||
|
|
||||||
- os: linux
|
- os: linux
|
||||||
compiler: clang++
|
compiler: /usr/bin/clang++
|
||||||
env: TOOLSET=clang COMPILER=clang++ CXXSTD=11
|
env: TOOLSET=clang COMPILER=/usr/bin/clang++ CXXSTD=11
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
|
Reference in New Issue
Block a user