Replace CXX=clang++ with compiler: clang

This commit is contained in:
Peter Dimov
2018-09-28 23:15:18 +03:00
parent 3192a973f4
commit 225cbd1eb0

View File

@@ -223,7 +223,8 @@ matrix:
env: TOOLSET=clang COMPILER=clang++ CXXSTD=11,14,1z env: TOOLSET=clang COMPILER=clang++ CXXSTD=11,14,1z
- os: linux - os: linux
env: CMAKE=1 CC=clang CXX=clang++ compiler: clang
env: CMAKE=1
install: true install: true
script: script:
- mkdir __build__ && cd __build__ - mkdir __build__ && cd __build__