summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-01-29 20:57:24 +0000
committerCarl Hetherington <cth@carlh.net>2015-01-29 20:57:24 +0000
commit2d8428f16f74db06904db1c505faa24fa128901b (patch)
tree0f4ed9251c3e00ff399560cfdc1366fb7f75d11a
parente5107e029ded6d57a3a69f7db31432f5e939f96d (diff)
More hacks.
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 384edbb05..c72ca6acd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,6 @@
language: cpp
before_script:
+ - sudo apt-get install libxml++2.6-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