mkdtravis/hosted-travis:.travis.yml@c59ae6e
language: go
go:
- 1.20.x
- 1.21.x
- 1.22.x
- master
- stable
script:
- echo "Hello"
Build Config
{
"language": "go",
"os": [
"linux"
],
"dist": "xenial",
"go": [
"1.20.x",
"1.21.x",
"1.22.x",
"master",
"stable"
],
"script": [
"echo \"Hello\""
]
}