mirror of
https://github.com/php/php-src.git
synced 2026-04-27 10:16:41 +02:00
Merge branch 'PHP-7.2'
* PHP-7.2: Skip on Travis-CI
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
--TEST--
|
||||
gmp_setbit() with large index
|
||||
--SKIPIF--
|
||||
<?php if (getenv("TRAVIS") === "true") die("skip not suitable for Travis-CI"); ?>
|
||||
<?php if (!extension_loaded("gmp")) print "skip"; ?>
|
||||
<?php if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only"); ?>
|
||||
<?php if (getenv("SKIP_SLOW_TESTS")) die("skip slow test"); ?>
|
||||
|
||||
Reference in New Issue
Block a user