Build with and without libcurl, let gcc build fail

This commit is contained in:
John Reese 2016-02-24 12:18:56 -08:00
parent a7353cfad8
commit 5553b812e4
1 changed files with 4 additions and 2 deletions

View File

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