aboutsummaryrefslogtreecommitdiff
path: root/travis/linux_gcc
diff options
context:
space:
mode:
Diffstat (limited to 'travis/linux_gcc')
-rwxr-xr-xtravis/linux_gcc/before_install.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/travis/linux_gcc/before_install.sh b/travis/linux_gcc/before_install.sh
index 5564ff8f..f7111631 100755
--- a/travis/linux_gcc/before_install.sh
+++ b/travis/linux_gcc/before_install.sh
@@ -15,7 +15,10 @@ sudo apt-get install -qq openjdk-7-jdk
scripts/cppcheck.sh
scripts/doxygen.sh
-pip3 install --user sphinxcontrib-bibtex
+# Force sphinxcontrib-bibtex version to 0.4.2, because 1.0.0 requires
+# sphinx >= 2.0 which is only available on Python >= 3.5, and this config
+# has only 3.4
+pip3 install --user sphinxcontrib-bibtex==0.4.2
pip3 install --user cpp-coveralls
./travis/docker.sh