Merge pull request #1307 from bestlong/fix-php-worker-build-fail

Fix php-worker build fail
This commit is contained in:
Yu-Lung Shao (Allen) 2017-12-10 20:59:53 +08:00 committed by GitHub
commit e1ccd84c16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,9 +19,11 @@ env:
- PHP_VERSION=70 BUILD_SERVICE=php-fpm
- PHP_VERSION=71 BUILD_SERVICE=php-fpm
- PHP_VERSION=56 BUILD_SERVICE="php-worker hhvm"
- PHP_VERSION=70 BUILD_SERVICE="php-worker hhvm"
- PHP_VERSION=71 BUILD_SERVICE="php-worker hhvm"
- PHP_VERSION=hhvm BUILD_SERVICE="hhvm"
# - PHP_VERSION=56 BUILD_SERVICE="php-worker"
- PHP_VERSION=70 BUILD_SERVICE="php-worker"
- PHP_VERSION=71 BUILD_SERVICE="php-worker"
- PHP_VERSION=56 BUILD_SERVICE=mssql
- PHP_VERSION=70 BUILD_SERVICE=mssql