gbarctester2/test23:.travis.yml@ad58e02
dist: focal
language: go
go:
- 1.20.x
- 1.21.x
- 1.22.x
- master
- stable
script:
- echo "Hello"
Build Config
{
"language": "go",
"os": [
"linux"
],
"dist": "focal",
"go": [
"1.20.x",
"1.21.x",
"1.22.x",
"master",
"stable"
],
"script": [
"echo \"Hello\""
]
}