Skip to content

Commit edc8dec

Browse files
committed
Reenable s390x on travis
Only enable it for cron builds. We don't need to run exotic architectures on every commit and PR. Closes GH-6076.
1 parent 2ee2335 commit edc8dec

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,9 @@ jobs:
7474
arch: amd64
7575
- env: ENABLE_ZTS=1 ENABLE_DEBUG=1 SKIP_IO_CAPTURE_TESTS=1 ARM64=1
7676
arch: arm64
77-
#- env: ENABLE_ZTS=1 ENABLE_DEBUG=1 SKIP_IO_CAPTURE_TESTS=1 S390X=1
78-
# arch: s390x
77+
- env: ENABLE_ZTS=1 ENABLE_DEBUG=1 SKIP_IO_CAPTURE_TESTS=1 S390X=1
78+
arch: s390x
79+
if: type = cron
7980

8081
before_script:
8182
- ccache --version

0 commit comments

Comments
 (0)