summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJoe Watkins <krakjoe@php.net>2019-03-22 10:10:01 +0100
committerJoe Watkins <krakjoe@php.net>2019-03-23 07:34:54 +0100
commit161adfff3f437bf9370e037a9e2bf593c784ccff (patch)
tree1b5b7916a617ff2eeb04cb571e6b9de9eb4ba566 /.travis.yml
parent598175eff617794a13ff9f74bc6c807c36318b2c (diff)
downloadphp-git-161adfff3f437bf9370e037a9e2bf593c784ccff.tar.gz
For consistency with Windows, and because ZTS is not experimental or a "maintainer" feature, this commits renames --enable-maintainer-zts to --enable-zts in the autotools build, and related documentation
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index e256b58171..8f02ad11ef 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -54,8 +54,8 @@ env:
- PDO_MYSQL_TEST_HOST=127.0.0.1
- REPORT_EXIT_STATUS=1
matrix:
- - ENABLE_MAINTAINER_ZTS=0 ENABLE_DEBUG=0
- - ENABLE_MAINTAINER_ZTS=1 ENABLE_DEBUG=1
+ - ENABLE_ZTS=0 ENABLE_DEBUG=0
+ - ENABLE_ZTS=1 ENABLE_DEBUG=1
before_script:
- ccache --version