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 6d25e81 commit ddea1dbCopy full SHA for ddea1db
.travis.yml
@@ -81,7 +81,7 @@ jobs:
81
before_install:
82
- sudo rm -rf /var/lib/apt/lists/lock /var/cache/apt/archives/lock /var/lib/dpkg/lock
83
- sudo apt-get update
84
- - sudo apt-get install -y php-pear libicu-dev
+ - sudo apt-get install -y libicu-dev
85
- if [[ $VERSION =~ ^8.* ]]; then sudo apt-get -y install php-pear libonig-dev; fi
86
- command -v expect || sudo apt-get install expect
87
- |
0 commit comments