AMD64
no language set
Git
mkdtravis/pythonTest:.travis.yml@b34385a
os: linux
language: shell
script: echo testing
Build Config
{
  "language": "shell",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "script": [
    "echo testing"
  ]
}