Mercurial > p > roundup > code
diff .travis.yml @ 5258:f48aac797c75
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.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 27 Aug 2017 00:54:51 -0400 |
| parents | 1800d19a55a0 |
| children | 3fcb7e09be2f |
line wrap: on
line diff
--- a/.travis.yml Sun Aug 27 00:19:48 2017 -0400 +++ b/.travis.yml Sun Aug 27 00:54:51 2017 -0400 @@ -15,9 +15,9 @@ before_install: - cd /tmp - - curl -s -O https://oligarchy.co.uk/xapian/1.2.8/xapian-bindings-1.2.8.tar.gz - - tar -zxvf xapian-bindings-1.2.8.tar.gz - - cd xapian-bindings-1.2.8/ + - curl -s -O https://oligarchy.co.uk/xapian/1.2.16/xapian-bindings-1.2.16.tar.xz + - tar -Jxvf xapian-bindings-1.2.16.tar.gz + - cd xapian-bindings-1.2.16/ - ./configure --prefix=$VIRTUAL_ENV --with-python && make && make install # change back to the checked out repository directory
