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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user