Skip to content

Commit 425b9cc

Browse files
committed
update build matrix
1 parent ea092e1 commit 425b9cc

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1+
dist: bionic
12
language: php
23

34
php:
4-
- 7.1
5-
- 7.2
6-
- 7.3
75
- 7.4
86
- 8.0
97
- 8.1.0

tests/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ case $SEARCH_BUILD in
66
tar zxvf sphinx-2.2.11-release.tar.gz
77
cd sphinx-2.2.11-release
88
./configure --prefix=/usr/local/sphinx
9-
make && make install
9+
sudo make && sudo make install
1010
;;
1111
SPHINX3)
1212
wget --quiet http://sphinxsearch.com/files/sphinx-3.0.3-facc3fb-linux-amd64.tar.gz

0 commit comments

Comments
 (0)