1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-03 16:23:14 +02:00

core: add clang compiler for Travis build

This commit is contained in:
Sébastien Helleu
2014-05-11 10:25:30 +02:00
parent ca8d6a0911
commit 3a0617f62c
+4
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