Browse Source

Fix one `compiler:` in .travis.yml

Peter Dimov 8 years ago
parent
commit
cd9b268577
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -66,7 +66,7 @@ matrix:
       compiler: g++
 
     - env: SCRIPT=ci_boost_test_library TOOLSET=clang CXXSTD=11
-      compiler: g++
+      compiler: clang++
 
     # Library requirements tests.
     - env: SCRIPT=ci_boost_library_check

粤ICP备19079148号