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 ea092e1 commit 425b9ccCopy full SHA for 425b9cc
.travis.yml
@@ -1,9 +1,7 @@
1
+dist: bionic
2
language: php
3
4
php:
- - 7.1
5
- - 7.2
6
- - 7.3
7
- 7.4
8
- 8.0
9
- 8.1.0
tests/install.sh
@@ -6,7 +6,7 @@ case $SEARCH_BUILD in
tar zxvf sphinx-2.2.11-release.tar.gz
cd sphinx-2.2.11-release
./configure --prefix=/usr/local/sphinx
- make && make install
+ sudo make && sudo make install
10
;;
11
SPHINX3)
12
wget --quiet http://sphinxsearch.com/files/sphinx-3.0.3-facc3fb-linux-amd64.tar.gz
0 commit comments