s390x
no language set
Git
This is the configuration for all of build #272, including this job
.travis.yml
language: generic
os: linux

arch:
    - arm64
    - ppc64
    - s390x

script:
    - uname -a
    - find /lib/modules/
Build Config
{
  "os": "linux",
  "arch": [
    "arm64",
    "ppc64",
    "s390x"
  ],
  "script": [
    "uname -a",
    "find /lib/modules/"
  ],
  "language": "generic"
}