mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2024-12-14 10:13:05 +02:00
Disable s390x builds on Travis-CI.
s390x has not been building for about a day which is clogging the integration branch.
This commit is contained in:
parent
847e61ce21
commit
6fc25c7a69
10
.travis.yml
10
.travis.yml
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user