1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Revert "Temporarily disable failing zlib tests on travis (#10738)"

This reverts commit 8c9c6787cc.
This commit is contained in:
Jakub Zelenka
2023-11-17 12:45:03 +00:00
parent 53371b7f89
commit 59dcb0065d
3 changed files with 0 additions and 6 deletions

View File

@@ -2,8 +2,6 @@
Test gzcompress() function : basic functionality
--EXTENSIONS--
zlib
--SKIPIF--
<?php if (getenv('TRAVIS')) die('skip Currently fails on Travis'); ?>
--FILE--
<?php
/*

View File

@@ -2,8 +2,6 @@
Test gzdeflate() function : basic functionality
--EXTENSIONS--
zlib
--SKIPIF--
<?php if (getenv('TRAVIS')) die('skip Currently fails on Travis'); ?>
--FILE--
<?php
/*

View File

@@ -2,8 +2,6 @@
Test gzencode() function : basic functionality
--EXTENSIONS--
zlib
--SKIPIF--
<?php if (getenv('TRAVIS')) die('skip Currently fails on Travis'); ?>
--FILE--
<?php
/*