travis: adding clang compile to travis matrix

This commit is contained in:
Chris Hall 2016-07-13 11:57:42 +10:00
parent 45367439b7
commit 14252d0087

View File

@ -3,7 +3,9 @@ os:
language: c
compiler: gcc
compiler:
- gcc
- clang
sudo: true