Skip to content

Commit

Permalink
Remove AMD64 jobs from Travis
Browse files Browse the repository at this point in the history
We're only interested in the ARM64 and S390X jobs, x86 is already
extensively tested on Azure.
  • Loading branch information
nikic committed Apr 15, 2021
1 parent 46f9fed commit d0fd118
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d0fd118

Please sign in to comment.