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 486d3c4 commit cfb244cCopy full SHA for cfb244c
.travis.yml
@@ -10,6 +10,8 @@ jobs:
10
name: jammy
11
php: "8.1"
12
before_install:
13
+ # test
14
+ - ls -a /home/travis/.phpenv/versions
15
- sudo rm -rf /var/lib/apt/lists/lock /var/cache/apt/archives/lock /var/lib/dpkg/lock
16
- sudo apt-get update
17
- sudo apt-get -y install libcurl4-openssl-dev php-dev libicu-dev php-pear
bin/compile-extension-mongodb
@@ -15,7 +15,7 @@ if [[ $VERSION =~ ^master$ || $VERSION =~ snapshot$ ]]; then
make install
popd
else
18
- pecl_install mongodb -y
+ yes '' | pecl_install mongodb
19
fi
20
21
travis_time_finish
0 commit comments