Skip to content

Commit 46d6dae

Browse files
committed
Disable non-cron travis jobs
This was already done for PHP-8.0 and master, do it for PHP-7.4 as well.
1 parent e659320 commit 46d6dae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,13 @@ jobs:
7070
include:
7171
- env: ENABLE_MAINTAINER_ZTS=0 ENABLE_DEBUG=0
7272
arch: amd64
73+
if: type = cron
7374
- env: ENABLE_MAINTAINER_ZTS=1 ENABLE_DEBUG=1
7475
arch: amd64
76+
if: type = cron
7577
- env: ENABLE_MAINTAINER_ZTS=1 ENABLE_DEBUG=1 SKIP_IO_CAPTURE_TESTS=1 ARM64=1
7678
arch: arm64
79+
if: type = cron
7780

7881
before_script:
7982
- ccache --version

0 commit comments

Comments
 (0)