AMD64
no language set
Git
murtaza-swati/myTestRepo:.travis.yml@9f6fbb6
os: linux
language: python
dist: focal
stage: Instal addons on linux
group: edge
name: addons on focal distribution without
python: '3.9'
arch: amd64
vm:
  size: large
script:
- |-
  df -h
  lspci
  echo "Going for sleep"
  for ((i=1; i<=1; i++)); do
    echo "Elapsed minutes: $i"
    sleep 60s
  done
Build Config
{
  "stage": "Instal addons on linux",
  "name": "addons on focal distribution without",
  "language": "python",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "group": "edge",
  "python": [
    "3.9"
  ],
  "arch": [
    "amd64"
  ],
  "vm": {
    "size": "large"
  },
  "script": [
    "df -h\nlspci\necho \"Going for sleep\"\nfor ((i=1; i<=1; i++)); do\n  echo \"Elapsed minutes: $i\"\n  sleep 60s\ndone"
  ]
}