diff options
author | Vincent Richard <[email protected]> | 2013-11-21 21:41:51 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2013-11-21 21:41:51 +0000 |
commit | be9b39fe32bb95626f4a2af2b796e4b86d0a4dde (patch) | |
tree | 9e7b5c74d4b1195ad73f85070dd5972676794735 | |
parent | Merge branch 'master' of https://github.com/kisli/vmime (diff) | |
download | vmime-be9b39fe32bb95626f4a2af2b796e4b86d0a4dde.tar.gz vmime-be9b39fe32bb95626f4a2af2b796e4b86d0a4dde.zip |
Install Boost library development files.
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index c9c38322..c2daad04 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ env: install: - sudo apt-get update >/dev/null - sudo apt-get -q install cmake libcppunit-dev valgrind - - sudo apt-get -q install libgsasl7-dev libgnutls-dev libssl-dev libicu-dev + - sudo apt-get -q install libgsasl7-dev libgnutls-dev libssl-dev libicu-dev libboost-dev # -- for the samples - sudo apt-get -q install libgtk-3-dev |