diff --git a/.travis.yml b/.travis.yml index 0d8c2a3..afb2677 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,9 @@ language: cpp os: linux sudo: false dist: trusty -compiler: gcc +compiler: + - gcc + - clang cache: directories: @@ -22,4 +24,4 @@ script: - pushd build - ../qt5/build/bin/qmake .. -config release - make -j2 - - popd \ No newline at end of file + - popd