Skip to content

Commit ebacf4a

Browse files
committed
sudo
1 parent a2a3905 commit ebacf4a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ jobs:
8080
php: "7.4"
8181
before_install:
8282
- sudo rm -rf /var/lib/apt/lists/lock /var/cache/apt/archives/lock /var/lib/dpkg/lock
83-
- sudo apt-get remove php-7.0.* -y
8483
- sudo apt-get update
8584
- sudo apt-get install -y php-pear php-dev libicu-dev
8685
- if [[ $VERSION =~ ^8.* ]]; then sudo apt-get -y install php-dev php-pear libonig-dev; fi

bin/compile-extension-apcu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ source $(dirname $0)/compile-extensions-common
66
travis_time_start
77

88
if [[ ! $VERSION =~ ^7 && ! $VERSION =~ ^8 && ! $VERSION =~ ^master$ ]]; then
9-
apcu=apcu-5.1.23
9+
apcu=apcu-4.0.11
1010
else
1111
apcu=apcu
1212
fi

0 commit comments

Comments
 (0)