Explorar o código

Travis also support clang.

Add clang compiler to travis build support.
Gaurav %!s(int64=10) %!d(string=hai) anos
pai
achega
60af433d31
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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 .