Files
tinyxml2/.travis.yml
Gaurav 60af433d31 Travis also support clang.
Add clang compiler to travis build support.
2015-09-28 13:32:30 +05:30

9 lines
104 B
YAML

language: cpp
compiler:
- g++
- clang
os: linux
before_script: cmake .
script: make && ./xmltest