1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-12 10:04:14 +02:00

Enable s390x builds on Travis-CI.

These were disabled in 6fc25c7a because s390x builds were not being queued. It looks like they are working again.
This commit is contained in:
David Steele 2020-08-18 08:17:13 -04:00
parent d935af5e59
commit 4391497a05

View File

@ -61,11 +61,11 @@ jobs:
- env: PGB_CI="test --vm=co7 --param=module=mock --param=module=real"
# Basic unit tests only. Coverage testing is also disabled to save time.
# - arch: s390x
# dist: bionic
# env:
# - PGB_CI="test --vm=none --param=no-coverage --param=module=command --param=module=storage"
# services:
- arch: s390x
dist: bionic
env:
- PGB_CI="test --vm=none --param=no-coverage --param=module=command --param=module=storage"
services:
install:
- umask 0022 && cd ~ && pwd && whoami && umask && groups