Shao Yu-Lung (Allen) il y a 4 ans
Parent
commit
3970d90430
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      travis-build.sh

+ 2 - 0
travis-build.sh

@@ -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