AMD64
Ruby
Git
murtaza-swati/myTestRepo:.travis.yml@3245e08
os: linux
dist: focal
arch: amd64
language: ruby
jobs:
  include:
    - stage: test1
      script: echo "testing1...."
Build Config
{
  "language": "ruby",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "arch": [
    "amd64"
  ],
  "jobs": {
    "include": [
      {
        "stage": "test1",
        "script": [
          "echo \"testing1....\""
        ]
      }
    ]
  }
}