mirror of
https://gitee.com/IrisVega/frp.git
synced 2024-11-01 22:31:29 +08:00
11 lines
144 B
YAML
11 lines
144 B
YAML
|
sudo: false
|
||
|
language: go
|
||
|
go: 1.8
|
||
|
|
||
|
branches:
|
||
|
only:
|
||
|
- master
|
||
|
|
||
|
install: go get -t ./... github.com/golang/lint/golint
|
||
|
script: make lint test
|