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

View File

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