diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2019-04-17 10:48:11 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2019-04-17 10:48:11 -0700 |
| commit | c415d114e190e51347c78fea559ba48a167f8de2 (patch) | |
| tree | 87bb909c3c90a23fdf234e5b6b2f6aa3f5213758 /.travis.yml | |
| parent | 8b60b20f885a4f76109e25d01d6d178a99a3d850 (diff) | |
Feedback from Dan and hopefully fix build.
Diffstat (limited to '.travis.yml')
| -rwxr-xr-x | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 48c86a9f9..402cfb2cb 100755 --- a/.travis.yml +++ b/.travis.yml @@ -72,7 +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 || pip install --user Sphinx sphinx-rtd-theme recommonmark) + - (! var_search "${TRAVIS_TESTS-}" docs || pip install --user Sphinx sphinx-rtd-theme recommonmark sphinxcontrib-svg2pdfconverter) - (! var_search "${TRAVIS_TESTS-}" translations || pip3 install --user polib) # report some good version numbers to the build |
