mirror of
https://github.com/fatedier/frp.git
synced 2025-02-10 12:44:21 +00:00
17 lines
220 B
YAML
17 lines
220 B
YAML
|
language: go
|
||
|
|
||
|
go:
|
||
|
- "1.12"
|
||
|
- "1.13"
|
||
|
|
||
|
install:
|
||
|
- go get -v -t github.com/coreos/go-oidc/...
|
||
|
- go get golang.org/x/tools/cmd/cover
|
||
|
- go get golang.org/x/lint/golint
|
||
|
|
||
|
script:
|
||
|
- ./test
|
||
|
|
||
|
notifications:
|
||
|
email: false
|