Skip to content

Commit 53371b7

Browse files
committed
Merge branch 'PHP-8.2' into PHP-8.3
2 parents 8828d6a + 708e9fa commit 53371b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

travis/test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ set -ex
44
# ARM64 CI reports nproc=32, which is excessive.
55
if [ -z "$ARM64" ]; then export JOBS=$(nproc); else export JOBS=16; fi
66

7+
export SKIP_SLOW_TESTS=1
78
export SKIP_IO_CAPTURE_TESTS=1
89
./sapi/cli/php run-tests.php -P \
910
-g "FAIL,BORK,LEAK" --offline --show-diff --show-slow 1000 \

0 commit comments

Comments
 (0)