added simple .travis.yml config

This commit is contained in:
Aliaksey Kandratsenka 2016-03-13 15:11:50 -07:00
parent 05e40d29c0
commit 8e85843622
1 changed files with 4 additions and 0 deletions

4
.travis.yml Normal file
View File

@ -0,0 +1,4 @@
language: c++
sudo: required
dist: trusty
script: ./autogen.sh && ./configure && make -j`getconf _NPROCESSORS_ONLN` && make check