Skip to content

Commit 1b21690

Browse files
committed
Travis is reporting issue:
===== ... *** Building bindings for languages: python configure: WARNING: Xapian library is version 1.2.16 but the bindings are version 1.2.8 - we strongly recommend using matching versions. ===== so upgrading to 1.2.16 I hope.
1 parent 38db8d8 commit 1b21690

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ addons:
1515

1616
before_install:
1717
- cd /tmp
18-
- curl -s -O https://oligarchy.co.uk/xapian/1.2.8/xapian-bindings-1.2.8.tar.gz
19-
- tar -zxvf xapian-bindings-1.2.8.tar.gz
20-
- cd xapian-bindings-1.2.8/
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
20+
- cd xapian-bindings-1.2.16/
2121
- ./configure --prefix=$VIRTUAL_ENV --with-python && make && make install
2222

2323
# change back to the checked out repository directory

0 commit comments

Comments
 (0)