summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2018-01-03 18:36:10 +0100
committerAnatol Belski <ab@php.net>2018-01-03 18:36:10 +0100
commit4635cc5b9dc2269aa59f679624fdad91a03f49ab (patch)
tree4f58ae97dee4e4fba1f4711715c788a726cf53ea
parente282e529672fe0e2fc6b69f89bd4067d7107eccd (diff)
parent904e0d72127ad029373dd6a6d6495e84ab7fcd4a (diff)
downloadphp-git-4635cc5b9dc2269aa59f679624fdad91a03f49ab.tar.gz
Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1: Skip on Travis-CI
-rw-r--r--ext/gmp/tests/gmp_setbit_long.phpt1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/gmp/tests/gmp_setbit_long.phpt b/ext/gmp/tests/gmp_setbit_long.phpt
index e27c4e5942..ce4e427132 100644
--- a/ext/gmp/tests/gmp_setbit_long.phpt
+++ b/ext/gmp/tests/gmp_setbit_long.phpt
@@ -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"); ?>