mirror of
https://github.com/stefan01/transocks.git
synced 2025-02-22 11:40:54 +07:00
9 lines
75 B
YAML
9 lines
75 B
YAML
sudo: false
|
|
language: go
|
|
go:
|
|
- 1.6
|
|
- tip
|
|
|
|
script:
|
|
- go test -v ./...
|