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 1b21690 commit 4aa6aa7Copy full SHA for 4aa6aa7
.travis.yml
@@ -16,7 +16,7 @@ addons:
16
before_install:
17
- cd /tmp
18
- curl -s -O https://oligarchy.co.uk/xapian/1.2.16/xapian-bindings-1.2.16.tar.xz
19
- - tar -Jxvf xapian-bindings-1.2.16.tar.gz
+ - tar -Jxvf xapian-bindings-1.2.16.tar.xz
20
- cd xapian-bindings-1.2.16/
21
- ./configure --prefix=$VIRTUAL_ENV --with-python && make && make install
22
0 commit comments