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 8f7cbd3 commit 6a09837Copy full SHA for 6a09837
.travis.yml
@@ -12,10 +12,12 @@ addons:
12
# Required to install pyme
13
- libgpgme11-dev
14
- swig
15
+ # allow wget to pull https url's
16
+ - ca-certificates
17
18
before_install:
19
- cd /tmp
- - wget -q http://oligarchy.co.uk/xapian/1.2.8/xapian-bindings-1.2.8.tar.gz
20
+ - wget -q https://oligarchy.co.uk/xapian/1.2.8/xapian-bindings-1.2.8.tar.gz
21
- tar -zxvf xapian-bindings-1.2.8.tar.gz
22
- cd xapian-bindings-1.2.8/
23
- ./configure --prefix=$VIRTUAL_ENV --with-python && make && make install
0 commit comments