mirror of https://github.com/AxioDL/tinyxml2.git
Travis also support clang.
Add clang compiler to travis build support.
This commit is contained in:
parent
2aee5e1b37
commit
60af433d31
|
@ -1,6 +1,7 @@
|
|||
language: c++
|
||||
language: cpp
|
||||
compiler:
|
||||
- g++
|
||||
- clang
|
||||
os: linux
|
||||
|
||||
before_script: cmake .
|
||||
|
|
Loading…
Reference in New Issue