Add .travis ci config

This commit is contained in:
c9s 2014-05-17 15:26:19 +08:00
parent 88434b2288
commit ec694de68e

13
.travis.yml Normal file
View file

@ -0,0 +1,13 @@
language: c
compiler:
- clang
- gcc
install:
- sudo apt-get install check libpcre3 libpcre3-dev libjemalloc-dev libjemalloc1
before_script:
- ./autogen.sh
- ./configure && make
script:
- make check
cache:
apt: true