Travis-CI: Compile using both GCC & clang

pull/13/head
nirenjan 2017-07-21 22:47:26 -07:00
parent f0e6836195
commit 59652c0aff
1 changed files with 5 additions and 0 deletions

View File

@ -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