Travis also support clang.

Add clang compiler to travis build support.
This commit is contained in:
Gaurav 2015-09-28 13:32:30 +05:30
parent 2aee5e1b37
commit 60af433d31
1 changed files with 2 additions and 1 deletions

View File

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