ci: add .travis.yml

Add Travis build script.

Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
This commit is contained in:
Stefan Berger 2017-07-31 12:30:42 -04:00
parent ddba883aa3
commit 53e75ba814

5
.travis.yml Normal file
View File

@ -0,0 +1,5 @@
language: c
dist: trusty
before_install:
- sudo apt-get install automake autoconf libtool libssl-dev sed make gawk sed bash dh-exec
script: ./bootstrap.sh && ./configure --with-openssl --prefix=/usr && make -j4 check