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 31767fc commit dfd96e6Copy full SHA for dfd96e6
.travis.yml
@@ -20,9 +20,9 @@ addons:
20
21
before_install:
22
- cd /tmp
23
- - curl -s -O https://oligarchy.co.uk/xapian/1.2.16/xapian-bindings-1.2.16.tar.xz
24
- - tar -Jxvf xapian-bindings-1.2.16.tar.xz
25
- - cd xapian-bindings-1.2.16/
+ - curl -s -O https://oligarchy.co.uk/xapian/1.3.7/xapian-bindings-1.3.7.tar.xz
+ - tar -Jxvf xapian-bindings-1.3.7.tar.xz
+ - cd xapian-bindings-1.3.7/
26
- ./configure --prefix=$VIRTUAL_ENV --with-python && make && make install
27
28
# change back to the checked out repository directory
0 commit comments