Skip to content

Commit ddea1db

Browse files
committed
sudo
1 parent 6d25e81 commit ddea1db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
before_install:
8282
- sudo rm -rf /var/lib/apt/lists/lock /var/cache/apt/archives/lock /var/lib/dpkg/lock
8383
- sudo apt-get update
84-
- sudo apt-get install -y php-pear libicu-dev
84+
- sudo apt-get install -y libicu-dev
8585
- if [[ $VERSION =~ ^8.* ]]; then sudo apt-get -y install php-pear libonig-dev; fi
8686
- command -v expect || sudo apt-get install expect
8787
- |

0 commit comments

Comments
 (0)