diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..0393a3a3 --- /dev/null +++ b/.travis.yml @@ -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