core: add clang compiler for Travis build

v2.8-utf8proc
Sébastien Helleu 2014-05-11 10:25:30 +02:00
parent ca8d6a0911
commit 3a0617f62c
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,9 @@
language: c
compiler:
- gcc
- clang
before_script:
- echo 'APT::Install-Recommends "false";' | sudo tee -a /etc/apt/apt.conf
- sudo apt-get update -qq