You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .travis.yml
+30-15Lines changed: 30 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -31,25 +31,40 @@ before_install:
31
31
# Memcached is not yet available for PHP8 (hasn't been updated since 2019): https://pecl.php.net/package/memcached
32
32
# Memcache however seems to be compatible with PHP 7 and 8: https://pecl.php.net/package/memcache
33
33
#
34
-
- ./bin/ci/scripts/install_arangodb.sh;
35
-
- ./bin/ci/scripts/install_ssdb.sh;
36
-
- ./bin/ci/scripts/install_couchdb.sh;
37
-
- ./bin/ci/scripts/install_couchbase.sh;
38
-
- ./bin/ci/scripts/setup_mongodb.sh
39
-
- ./bin/ci/scripts/setup_gcp.sh;
40
-
- pecl channel-update pecl.php.net;
41
-
- yes | pecl install -f grpc-stable | grep -v --line-buffered "/tmp/pear/install/grpc"; # This pecl install is partially muted due to too much output written
# - yes | pecl install -f grpc-stable | grep -v --line-buffered "/tmp/pear/install/grpc"; # This pecl install is partially muted due to too much output written
0 commit comments