summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-01-29 21:10:46 +0000
committerCarl Hetherington <cth@carlh.net>2015-01-29 21:10:46 +0000
commit4f94915498bc8ea4ae3b0de391df94e3305afdc8 (patch)
tree45960be4b021d11b1a92b379e32951ba8b49599b
parentc943426ada11ecb779a6c832c13ca21f2c317de7 (diff)
[travis-ci]
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 8715b99bb..4ea7f3d50 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,6 @@
language: cpp
before_script:
- - sudo apt-get install libxml++2.6-dev libboost-filesystem-dev
+ - sudo apt-get install libxml++2.6-dev libboost-filesystem-dev libboost-test-dev
- wget http://carlh.net/software/libcxml/libcxml-0.11.0.tar.bz2
- tar xjf libcxml-0.11.0.tar.bz2
- cd libcxml-0.11.0 && ./waf configure --prefix=/usr && ./waf install