misc(ci): Drop obsolete, unused Appveyor configuration (#80)

* 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

Travis-CI doesn't currently build either, but that's unrelated to this
change.
This commit is contained in:
Jan Klass 2024-03-14 10:29:05 +01:00 committed by GitHub
commit 1101216ed7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 ./...