Skip to content

Commit 7d4648a

Browse files
committed
Fixed Couchbase install
1 parent 74fdcf3 commit 7d4648a

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
@@ -52,7 +52,7 @@ before_install:
5252
#- "yes | (./vendor/bin/ci-pecl-install mongodb) || echo \"PECL Mongodb install failed\"" # Mongodb seems to be provided In Bionic: https://docs.travis-ci.com/user/reference/bionic/#php-support
5353
# - "yes | ./vendor/bin/ci-pecl-install apcu || echo \"PECL Apcu install failed\"" # Apcu seems to be provided In Bionic: https://docs.travis-ci.com/user/reference/bionic/#php-support
5454
- "yes | ./vendor/bin/ci-pecl-install memcache || echo \"PECL Memcache install failed\""
55-
- "yes | ./vendor/bin/ci-pecl-install couchbase || echo \"PECL Couchbase install failed\""
55+
- "yes | ./vendor/bin/ci-pecl-install couchbase-3.2.2 couchbase || echo \"PECL Couchbase install failed\"" # @todo UPGRADE TO COUCHBASE 4.x.x once we upgraded from Bionic to Focal
5656
- phpenv config-add bin/ci/php_common.ini
5757
- phpenv config-rm xdebug.ini
5858
install:

0 commit comments

Comments
 (0)