AMD64
no language set
Git
GbArc/devtest1:.travis.yml@f220cc2
os: linux
language: bash
script:
- time curl -vLO https://mirrors.dotsrc.org/blender/release/Blender3.4/blender-3.4.1-linux-x64.tar.xz
- ls -la
Build Config
{
  "language": "shell",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "script": [
    "time curl -vLO https://mirrors.dotsrc.org/blender/release/Blender3.4/blender-3.4.1-linux-x64.tar.xz",
    "ls -la"
  ]
}