Browse Source

Travis also support clang.

Add clang compiler to travis build support.
Gaurav 10 năm trước cách đây
mục cha
commit
60af433d31
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      .travis.yml

+ 2 - 1
.travis.yml

@@ -1,6 +1,7 @@
-language: c++
+language: cpp
 compiler: 
   - g++
+  - clang
 os: linux
 
 before_script: cmake .