mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Revert "Temporarily disable failing zlib tests on travis (#10738)"
This reverts commit 8c9c6787cc
.
This commit is contained in:
parent
53371b7f89
commit
59dcb0065d
3 changed files with 0 additions and 6 deletions
|
@ -2,8 +2,6 @@
|
|||
Test gzcompress() function : basic functionality
|
||||
--EXTENSIONS--
|
||||
zlib
|
||||
--SKIPIF--
|
||||
<?php if (getenv('TRAVIS')) die('skip Currently fails on Travis'); ?>
|
||||
--FILE--
|
||||
<?php
|
||||
/*
|
||||
|
|
|
@ -2,8 +2,6 @@
|
|||
Test gzdeflate() function : basic functionality
|
||||
--EXTENSIONS--
|
||||
zlib
|
||||
--SKIPIF--
|
||||
<?php if (getenv('TRAVIS')) die('skip Currently fails on Travis'); ?>
|
||||
--FILE--
|
||||
<?php
|
||||
/*
|
||||
|
|
|
@ -2,8 +2,6 @@
|
|||
Test gzencode() function : basic functionality
|
||||
--EXTENSIONS--
|
||||
zlib
|
||||
--SKIPIF--
|
||||
<?php if (getenv('TRAVIS')) die('skip Currently fails on Travis'); ?>
|
||||
--FILE--
|
||||
<?php
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue