Skip to content

Commit 43216cb

Browse files
committed
Update Travis script for Sphinx binary repo changes
1 parent 86ec00a commit 43216cb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ matrix:
2525
before_install:
2626
- mkdir $HOME/sphinx
2727
- pushd $HOME/sphinx
28-
- wget --quiet http://ppa.launchpad.net/builds/sphinxsearch-${SPHINXSEARCH_BUILD}/ubuntu/dists/`lsb_release -cs`/main/binary-amd64/Packages
28+
- wget --quiet http://ppa.launchpad.net/builds/sphinxsearch-${SPHINXSEARCH_BUILD}/ubuntu/dists/`lsb_release -cs`/main/binary-amd64/Packages.gz
29+
- gzip -d Packages.gz
2930
- SPHINX_DEB=`grep -m1 Filename Packages | cut -f2 -d' '`
3031
- wget --quiet -O sphinxsearch.deb http://ppa.launchpad.net/builds/sphinxsearch-${SPHINXSEARCH_BUILD}/ubuntu/${SPHINX_DEB}
3132
- dpkg -x sphinxsearch.deb .

0 commit comments

Comments
 (0)