Skip to content

Commit

Permalink
Disable s390x builds on Travis-CI.
Browse files Browse the repository at this point in the history
s390x has not been building for about a day which is clogging the integration branch.
  • Loading branch information
dwsteele committed Aug 5, 2020
1 parent 847e61c commit 6fc25c7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6fc25c7

Please sign in to comment.