Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.travis.yml - github.com/mumble-voip/grumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3deeae17ac24e7fe4d2f23457ea155e9fed66432 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
language: go

go:
  - 1.9
  - 1.10.x
  - 1.14.x

go_import_path: mumble.info/grumble

script:
  - go build mumble.info/grumble/cmd/grumble
  - go test -v ./...