From 5b842c6022c1388d8b4afbb635c0fab6feee3915 Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Wed, 6 Mar 2013 22:30:27 +0100 Subject: [PATCH] Travis-CI: install missing libraries + fixed path to sendmail. --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0fc3cca6..df279bb9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,12 +9,13 @@ compiler: # Settings env: - - OPTIONS="-DCMAKE_BUILD_TYPE=Debug" + - OPTIONS="-DVMIME_SENDMAIL_PATH=/path/to/sendmail -DCMAKE_BUILD_TYPE=Debug" -# Make sure some required tools are installed +# Make sure some required tools/libraries are installed install: - sudo apt-get update >/dev/null - sudo apt-get -q install cmake valgrind + - sudo apt-get -q install libgsasl7 libgnutls-dev libssl-dev # Run the build script script: