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 ee6cc59 commit 1d43395Copy full SHA for 1d43395
.travis.yml
@@ -23,7 +23,7 @@ before_install:
23
- pip install sphinx==1.8.5
24
- XAPIAN_VER=$(dpkg -l libxapian-dev | tail -n 1 | awk '{print $3}' | cut -d '-' -f 1)
25
- cd /tmp
26
- - curl -s -O https://oligarchy.co.uk/xapian/$XAPIAN_VER/xapian-bindings-1.2.16.tar.xz
+ - curl -s -O https://oligarchy.co.uk/xapian/$XAPIAN_VER/xapian-bindings-$XAPIAN_VER.tar.xz
27
- tar -Jxvf xapian-bindings-$XAPIAN_VER.tar.xz
28
- cd xapian-bindings-$XAPIAN_VER/
29
- ./configure --prefix=$VIRTUAL_ENV --with-python && make && make install
0 commit comments