AMD64
Shell
Git
mkdtravis/emailTesting:.travis.yml@96c6af1
#test123
os: linux
dist: focal
language: shell
install: skip
#check-yar
script: false
Build Config
{
  "language": "shell",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "install": [
    "skip"
  ],
  "script": [
    "false"
  ]
}