Skip to content

Commit e6c670f

Browse files
committed
move env var
1 parent aefbdb3 commit e6c670f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ env:
6868

6969
jobs:
7070
include:
71-
- env: ENABLE_ZTS=1 ENABLE_DEBUG=1 SKIP_IO_CAPTURE_TESTS=1 ARM64=1
71+
- env: ENABLE_ZTS=1 ENABLE_DEBUG=1 ARM64=1
7272
arch: arm64
73-
- env: ENABLE_ZTS=1 ENABLE_DEBUG=1 SKIP_IO_CAPTURE_TESTS=1 S390X=1
73+
- env: ENABLE_ZTS=1 ENABLE_DEBUG=1 S390X=1
7474
arch: s390x
7575

7676
before_script:

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_IO_CAPTURE_TESTS=1
78
./sapi/cli/php run-tests.php -P \
89
-g "FAIL,XFAIL,BORK,WARN,LEAK,SKIP" --offline --show-diff --show-slow 1000 \
910
--set-timeout 120 -j$JOBS \

0 commit comments

Comments
 (0)