1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Remove AMD64 jobs from Travis

We're only interested in the ARM64 and S390X jobs, x86 is already
extensively tested on Azure.
This commit is contained in:
Nikita Popov
2021-04-15 15:16:18 +02:00
parent 46f9fed0d8
commit d0fd118f9b

View File

@@ -68,12 +68,6 @@ env:
jobs:
include:
- env: ENABLE_ZTS=0 ENABLE_DEBUG=0
arch: amd64
if: type = cron
- env: ENABLE_ZTS=1 ENABLE_DEBUG=1
arch: amd64
if: type = cron
- env: ENABLE_ZTS=1 ENABLE_DEBUG=1 SKIP_IO_CAPTURE_TESTS=1 ARM64=1
arch: arm64
if: type = cron