Travis: Enable clang compiler

This commit is contained in:
Daniel Marjamäki 2012-09-05 06:45:39 +02:00
parent 2197b84d78
commit 516232e35f
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
language: cpp
compiler:
- gcc
- clang
script: make test && g++ -o cppcheck -O2 cli/*.cpp lib/*.cpp -Ilib && ./cppcheck --error-exitcode=1 -q cli gui lib