mirror of https://github.com/AxioDL/tinyxml2.git
Merge pull request #381 from ya1gaurav/patch-1
Travis also support clang.
This commit is contained in:
commit
e4f8ba89d0
|
@ -1,6 +1,7 @@
|
||||||
language: c++
|
language: cpp
|
||||||
compiler:
|
compiler:
|
||||||
- g++
|
- g++
|
||||||
|
- clang
|
||||||
os: linux
|
os: linux
|
||||||
|
|
||||||
before_script: cmake .
|
before_script: cmake .
|
||||||
|
|
Loading…
Reference in New Issue