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 86ec00a commit 43216cbCopy full SHA for 43216cb
.travis.yml
@@ -25,7 +25,8 @@ matrix:
25
before_install:
26
- mkdir $HOME/sphinx
27
- pushd $HOME/sphinx
28
- - wget --quiet http://ppa.launchpad.net/builds/sphinxsearch-${SPHINXSEARCH_BUILD}/ubuntu/dists/`lsb_release -cs`/main/binary-amd64/Packages
+ - 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
30
- SPHINX_DEB=`grep -m1 Filename Packages | cut -f2 -d' '`
31
- wget --quiet -O sphinxsearch.deb http://ppa.launchpad.net/builds/sphinxsearch-${SPHINXSEARCH_BUILD}/ubuntu/${SPHINX_DEB}
32
- dpkg -x sphinxsearch.deb .
0 commit comments