AMD64
no language set
Git
mkdtravis/sup735:.travis.yml@cb176e6
#test
os: linux
dist: focal
language: shell
install: skip

script: false
Build Config
{
  "language": "shell",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "install": [
    "skip"
  ],
  "script": [
    "false"
  ]
}