Skip to content

Commit 6a09837

Browse files
committed
Add ca-certficates package so that wget can pull https url's.
Change url for xapian bindings o use the https url. The http url rediects (301) to https.
1 parent 8f7cbd3 commit 6a09837

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@ addons:
1212
# Required to install pyme
1313
- libgpgme11-dev
1414
- swig
15+
# allow wget to pull https url's
16+
- ca-certificates
1517

1618
before_install:
1719
- cd /tmp
18-
- 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
1921
- tar -zxvf xapian-bindings-1.2.8.tar.gz
2022
- cd xapian-bindings-1.2.8/
2123
- ./configure --prefix=$VIRTUAL_ENV --with-python && make && make install

0 commit comments

Comments
 (0)