Add initial travis CI build config

This commit is contained in:
John Reese 2016-02-24 10:47:54 -08:00
parent fa10bad8c9
commit a7353cfad8
1 changed files with 13 additions and 0 deletions

13
.travis.yml Normal file
View File

@ -0,0 +1,13 @@
language: cpp
compiler:
- clang
- gcc
before_install:
- "sudo add-apt-repository ppa:teward/znc -y"
- "sudo apt-get -qq update"
- "sudo apt-get install -y znc znc-dev"
script:
- "make install"
matrix:
allow_failures:
- compiler: "clang"