Skip to content

Commit

Permalink
Add skip ext
Browse files Browse the repository at this point in the history
  • Loading branch information
bestlong authored Mar 17, 2021
1 parent 275a9ac commit 3970d90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions travis-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ if [ -n "${PHP_VERSION}" ]; then
sed -i -- 's/PHALCON=true/PHALCON=false/g' .env
sed -i -- 's/RDKAFKA=true/RDKAFKA=false/g' .env
sed -i -- 's/MAILPARSE=true/MAILPARSE=false/g' .env
sed -i -- 's/SWOOLE=true/SWOOLE=false/g' .env
sed -i -- 's/V8JS=true/V8JS=false/g' .env
if [ "${PHP_VERSION}" == "5.6" ]; then
# Aerospike C Client SDK 4.0.7, Debian 9.6 is not supported
# https://github.com/aerospike/aerospike-client-php5/issues/145
Expand Down

0 comments on commit 3970d90

Please sign in to comment.