AMD64
Shell
Git
mkdtravis/pythonTest:.travis.yml@17ae965
os: linux
dist: focal
language: shell
script: echo testingg
Build Config
{
"language": "shell",
"os": [
"linux"
],
"dist": "focal",
"script": [
"echo testingg"
]
}