Mercurial > p > roundup > code
diff .travis.yml @ 5176:04e77d293ed0
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.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 12 Jan 2017 20:22:44 -0500 |
| parents | a7cf77108e97 |
| children | b440da5b28ca |
line wrap: on
line diff
--- a/.travis.yml Mon Dec 12 13:53:47 2016 +0100 +++ b/.travis.yml Thu Jan 12 20:22:44 2017 -0500 @@ -12,10 +12,12 @@ # Required to install pyme - libgpgme11-dev - swig + # allow wget to pull https url's + - ca-certificates before_install: - cd /tmp - - wget -q http://oligarchy.co.uk/xapian/1.2.8/xapian-bindings-1.2.8.tar.gz + - wget -q 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/ - ./configure --prefix=$VIRTUAL_ENV --with-python && make && make install
