From 5553b812e47eba1cc8df5155b1505bafb030a819 Mon Sep 17 00:00:00 2001 From: John Reese Date: Wed, 24 Feb 2016 12:18:56 -0800 Subject: [PATCH] Build with and without libcurl, let gcc build fail --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 396793b..46a88f5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,9 +5,11 @@ compiler: before_install: - "sudo add-apt-repository ppa:teward/znc -y" - "sudo apt-get -qq update" - - "sudo apt-get install -y znc znc-dev" + - "sudo apt-get install -y znc znc-dev libcurl4-openssl-dev" script: - "make install" + - "make clean" + - "make curl=yes install" matrix: allow_failures: - - compiler: "clang" + - compiler: gcc