Add clang to travis config

This commit is contained in:
Marcus Holland-Moritz 2020-11-23 01:14:36 +01:00
parent eaf05616ca
commit 77cac3254d

View File

@ -8,6 +8,7 @@ addons:
apt:
packages:
- g++
- clang
- cmake
- make
- pkg-config
@ -32,6 +33,7 @@ addons:
compiler:
- gcc
- clang
before_script:
- mkdir build