mirror of
https://github.com/mumble-voip/grumble.git
synced 2025-12-19 21:59:59 -08:00
Add .travis.yml for Travis CI.
This commit is contained in:
parent
22cbda7f03
commit
bdb2cdbc35
1 changed files with 8 additions and 0 deletions
8
.travis.yml
Normal file
8
.travis.yml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
language: go
|
||||
|
||||
go:
|
||||
- 1.7
|
||||
|
||||
go_import_path: mumble.info/grumble
|
||||
|
||||
script: go test -v ./...
|
||||
Loading…
Add table
Add a link
Reference in a new issue