AMD64
Ruby
Git
tim-harrison11/travis-public-test1:.travis.yml@c142765
lang: ruby
os: linux
dist: focal
jobs:
include:
- stage: test1
script: echo -e "testing 1..."
Build Config
{
"lang": "ruby",
"language": "ruby",
"os": [
"linux"
],
"dist": "focal",
"jobs": {
"include": [
{
"stage": "test1",
"script": [
"echo -e \"testing 1...\""
]
}
]
}
}