Skip to content

Commit d0fd118

Browse files
committed
Remove AMD64 jobs from Travis
We're only interested in the ARM64 and S390X jobs, x86 is already extensively tested on Azure.
1 parent 46f9fed commit d0fd118

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.travis.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,6 @@ env:
6868

6969
jobs:
7070
include:
71-
- env: ENABLE_ZTS=0 ENABLE_DEBUG=0
72-
arch: amd64
73-
if: type = cron
74-
- env: ENABLE_ZTS=1 ENABLE_DEBUG=1
75-
arch: amd64
76-
if: type = cron
7771
- env: ENABLE_ZTS=1 ENABLE_DEBUG=1 SKIP_IO_CAPTURE_TESTS=1 ARM64=1
7872
arch: arm64
7973
if: type = cron

0 commit comments

Comments
 (0)