We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0cee93 commit 4c02f7fCopy full SHA for 4c02f7f
.travis.yml
@@ -22,7 +22,7 @@ addons:
22
23
before_install:
24
# Sphinx required to build the xapian python bindings
25
- - pip install sphinx
+ - pip install sphinx==1.8.5
26
- XAPIAN_VER=$(dpkg -l libxapian-dev | tail -n 1 | awk '{print $3}' | cut -d '-' -f 1)
27
- cd /tmp
28
- curl -s -O https://oligarchy.co.uk/xapian/$XAPIAN_VER/xapian-bindings-$XAPIAN_VER.tar.xz
0 commit comments