diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2019-04-17 11:35:30 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2019-04-17 11:35:30 -0700 |
| commit | 45b26ec3835fd8f29242d8b9f77d4ffa787e1d99 (patch) | |
| tree | 200a2159deec090b177978836024072804a579ec /.travis.yml | |
| parent | c415d114e190e51347c78fea559ba48a167f8de2 (diff) | |
Install rsvg
Diffstat (limited to '.travis.yml')
| -rwxr-xr-x | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 402cfb2cb..5047b1a28 100755 --- a/.travis.yml +++ b/.travis.yml @@ -72,6 +72,7 @@ before_script: - sudo apt-get install -y python3-pip - pip3 install --user sh click - ([[ -z "$TRAVIS_TESTS" ]] || sudo pip install --upgrade cpp-coveralls) + - (! var_search "${TRAVIS_TESTS-}" docs || sudo apt-get install -y librsvg2-bin) - (! var_search "${TRAVIS_TESTS-}" docs || pip install --user Sphinx sphinx-rtd-theme recommonmark sphinxcontrib-svg2pdfconverter) - (! var_search "${TRAVIS_TESTS-}" translations || pip3 install --user polib) |
