misc(ci): Drop obsolete, unused Appveyor configuration

* Last Appveyor run: 6 years ago
* No Appveyor app installed
* Last Travis CI run: 4 years ago, last master commit, later PRs
* Travis CI app installed
This commit is contained in:
Jan Klass 2024-03-14 10:13:04 +01:00
parent 6f8c2bf2f5
commit 7a609a775e

View file

@ -1,13 +0,0 @@
os: Windows Server 2012 R2
clone_folder: c:\gopath\src\mumble.info\grumble
environment:
GOPATH: c:\gopath
install:
- go get -v -t ./...
build_script:
- go build mumble.info/grumble/cmd/grumble
- go test -v ./...