diff options
| author | Vincent Richard <[email protected]> | 2013-03-11 11:46:10 +0100 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2013-03-11 11:46:10 +0100 |
| commit | 8c1f507e219bad59bf9f94b28a61ce8b93c174b4 (patch) | |
| tree | 8b471362b8e780782e9fe985336a87366c5729e1 /.travis.yml | |
| parent | Travis-CI: run CTest. (diff) | |
| download | vmime-8c1f507e219bad59bf9f94b28a61ce8b93c174b4.tar.gz vmime-8c1f507e219bad59bf9f94b28a61ce8b93c174b4.zip | |
Travis-CI: install CppUnit for unit testing.
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 8902575b..650c27f0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ env: # 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 cmake libcppunit-dev valgrind - sudo apt-get -q install libgsasl7-dev libgnutls-dev libssl-dev # Run the build script |
