AMD64
no language set
Git
mkdtravis/testingdocker:.travis.yml@af9c921
os: linux
dist: focal
language: shell
install: skip
script:
  - docker build -t test:v1 .
  - docker run --name testt test:v1
Build Config
{
  "language": "shell",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "install": [
    "skip"
  ],
  "script": [
    "docker build -t test:v1 .",
    "docker run --name testt test:v1"
  ]
}