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