diff --git a/.travis.yml b/.travis.yml index 8e0a5ad..94aaa21 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,11 @@ language: c script: ./autogen.sh && ./configure && make V=0 && make distcheck +# Compile using both gcc & clang +compiler: + - gcc + - clang + # Use container based infrastructure sudo: false dist: trusty