Skip to content

Commit 45b26ec

Browse files
committed
Install rsvg
1 parent c415d11 commit 45b26ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ before_script:
7272
- sudo apt-get install -y python3-pip
7373
- pip3 install --user sh click
7474
- ([[ -z "$TRAVIS_TESTS" ]] || sudo pip install --upgrade cpp-coveralls)
75+
- (! var_search "${TRAVIS_TESTS-}" docs || sudo apt-get install -y librsvg2-bin)
7576
- (! var_search "${TRAVIS_TESTS-}" docs || pip install --user Sphinx sphinx-rtd-theme recommonmark sphinxcontrib-svg2pdfconverter)
7677
- (! var_search "${TRAVIS_TESTS-}" translations || pip3 install --user polib)
7778

0 commit comments

Comments
 (0)