diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2018-09-12 16:25:35 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2018-09-12 16:25:35 -0700 |
| commit | fb833b25d504d610269481b1bcf7375c6ca24873 (patch) | |
| tree | 540b20f7cbd4cda8a7ab4e988c6036f1671d286e /.travis.yml | |
| parent | f21cf15c384756ae462fdffded79c4bda8afcc28 (diff) | |
Update translations and limit Sphinx to <1.8.0
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 641730c12..f1ba0c2a1 100755 --- a/.travis.yml +++ b/.travis.yml @@ -62,7 +62,7 @@ before_script: # For coverage testing (upgrade is used to get latest urllib3 version) - ([[ -z "$TRAVIS_TEST" ]] || sudo apt-get install -y python3-pip) - ([[ -z "$TRAVIS_TEST" ]] || sudo pip install --upgrade cpp-coveralls) - - ([[ $TRAVIS_TEST != "docs" ]] || sudo pip install Sphinx sphinx-rtd-theme recommonmark) + - ([[ $TRAVIS_TEST != "docs" ]] || sudo pip install 'Sphinx<1.8.0' sphinx-rtd-theme recommonmark) - ([[ $TRAVIS_TEST != "translations" ]] || sudo pip3 install polib) - gcc --version - ([[ -z "$TRAVIS_BOARD" || $TRAVIS_BOARD = "feather_huzzah" ]] || arm-none-eabi-gcc --version) |
