AMD64
no language set
Git
GbArc/devtest1:.travis.yml@6151bed
os: linux
dist: bionic
language: bash
script: echo "test" && echo $ENV1 | hd
Build Config
{
  "language": "shell",
  "os": [
    "linux"
  ],
  "dist": "bionic",
  "script": [
    "echo \"test\" && echo $ENV1 | hd"
  ]
}