diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-01-29 21:04:05 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-01-29 21:04:05 +0000 |
| commit | c943426ada11ecb779a6c832c13ca21f2c317de7 (patch) | |
| tree | 573dda2221b15ebf0054bab26da6a8c3f3729f8d | |
| parent | 2d8428f16f74db06904db1c505faa24fa128901b (diff) | |
Another travis-ci dependency.
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index c72ca6acd..8715b99bb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: cpp before_script: - - sudo apt-get install libxml++2.6-dev + - sudo apt-get install libxml++2.6-dev libboost-filesystem-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 |
