Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
if: type = push
os: linux
arch: amd64
dist: noble
dist: focal
go: 1.23.x
env:
- docker
Expand All @@ -32,7 +32,7 @@ jobs:
if: type = push
os: linux
arch: arm64
dist: noble
dist: focal
go: 1.23.x
env:
- docker
Expand All @@ -49,7 +49,7 @@ jobs:
- stage: build
if: type = push
os: linux
dist: noble
dist: focal
sudo: required
go: 1.23.x
env:
Expand Down Expand Up @@ -100,15 +100,15 @@ jobs:
if: type = push
os: linux
arch: amd64
dist: noble
dist: focal
go: 1.23.x
script:
- travis_wait 45 go run build/ci.go test $TEST_PACKAGES

- stage: build
if: type = push
os: linux
dist: noble
dist: focal
go: 1.22.x
script:
- travis_wait 45 go run build/ci.go test $TEST_PACKAGES
Expand All @@ -117,7 +117,7 @@ jobs:
- stage: build
if: type = cron || (type = push && tag ~= /^v[0-9]/)
os: linux
dist: noble
dist: focal
go: 1.23.x
env:
- ubuntu-ppa
Expand All @@ -133,7 +133,7 @@ jobs:
- stage: build
if: type = cron
os: linux
dist: noble
dist: focal
go: 1.23.x
env:
- azure-purge
Expand All @@ -146,7 +146,7 @@ jobs:
- stage: build
if: type = cron
os: linux
dist: noble
dist: focal
go: 1.23.x
env:
- racetests
Expand Down