[build] Travis build

This commit is contained in:
Al
2016-01-29 02:10:37 -05:00
parent a30026fce7
commit d89f2ed844

13
.travis.yml Normal file
View File

@@ -0,0 +1,13 @@
language: c
compiler:
- gcc
- clang
addons:
apt:
packages:
- libsnappy-dev
script:
- ./bootstrap.sh
- ./configure
- make
- make check