1
0
mirror of https://github.com/php/php-src.git synced 2026-04-26 01:18:19 +02:00

only build and test nts non-debug and ts debug builds as discussed at https://github.com/php/php-src/pull/654

This commit is contained in:
Ferenc Kovacs
2014-05-03 02:50:37 +02:00
parent d8ff8f6f20
commit 58f4bf441a
-2
View File
@@ -18,8 +18,6 @@ env:
- REPORT_EXIT_STATUS=1
matrix:
- ENABLE_MAINTAINER_ZTS=0 ENABLE_DEBUG=0
- ENABLE_MAINTAINER_ZTS=1 ENABLE_DEBUG=0
- ENABLE_MAINTAINER_ZTS=0 ENABLE_DEBUG=1
- ENABLE_MAINTAINER_ZTS=1 ENABLE_DEBUG=1
before_script: