mirror of
https://github.com/elobuff/gortmp
synced 2025-12-24 13:08:13 +08:00
13 lines
160 B
YAML
13 lines
160 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.2
|
|
|
|
install:
|
|
- export PATH=$PATH:$HOME/gopath/bin
|
|
- go get code.google.com/p/go.tools/cmd/cover
|
|
- go get -t
|
|
|
|
script:
|
|
- make test
|