Delete .travis.yml

This commit is contained in:
12private12 2025-08-12 23:17:19 +08:00 committed by GitHub
parent 6f34ef3f30
commit a9acc60046
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 34 deletions

View File

@ -1,34 +0,0 @@
language: go
# https://github.com/golang/go/issues/31293
dist: xenial
sudo: false
addons:
apt:
packages:
- xorg-dev
- libx11-dev
- libxrandr-dev
- libxinerama-dev
- libxcursor-dev
- libxi-dev
- libopenal-dev
- libasound2-dev
- libgl1-mesa-dev
services:
- xvfb
env:
- GO111MODULE=on
go:
- tip
- 1.12.x
install:
- # Do nothing. This is needed to prevent the default install action
# "go get -t -v ./..." from happening here because we want it to happen
# inside script step.
script:
- go test -v -race -mod=readonly ./...