From 58f4bf441a89bde7e91e3a8fdcd900cbc61df558 Mon Sep 17 00:00:00 2001 From: Ferenc Kovacs Date: Sat, 3 May 2014 02:50:37 +0200 Subject: [PATCH] only build and test nts non-debug and ts debug builds as discussed at https://github.com/php/php-src/pull/654 --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 87a8695673..d59dd7012e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: -- 2.40.0