back to dev
[m6w6/ext-http] / .travis.yml
index a010051756d9200bfccbb2b3a89d2c03d4f8af94..7dc1227b83ed44b004342080d5e9206b3991629c 100644 (file)
@@ -6,5 +6,5 @@ php:
 
 before_script: phpize
 
-script: ./configure && make && make test NO_INTERACTION=1 REPORT_EXIT_STATUS=1
+script: ./configure && make && NO_INTERACTION=1 REPORT_EXIT_STATUS=1 TEST_PHP_DETAILED=1 make test