diff options
-rw-r--r-- | ext/gmp/tests/gmp_setbit_long.phpt | 1 |
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"); ?> |